From 7e1f61e1e6ce9c09fef68be6818d4c7162b54fa8 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 20 May 2026 16:52:22 +0000 Subject: reachability: CheckConnected should get a strict option --- reachability/unit_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reachability/unit_test.go') diff --git a/reachability/unit_test.go b/reachability/unit_test.go index 5be7f6fb..469c79ff 100644 --- a/reachability/unit_test.go +++ b/reachability/unit_test.go @@ -380,7 +380,7 @@ func TestCheckConnectedReturnsConcreteMissingObject(t *testing.T) { r := reachability.New(objectfetch.New(store), nil) - err = r.CheckConnected(reachability.DomainCommits, nil, map[objectid.ObjectID]struct{}{commit: {}}) + err = r.CheckConnected(reachability.DomainCommits, nil, map[objectid.ObjectID]struct{}{commit: {}}, false) if err == nil { t.Fatal("expected error") } -- cgit v1.3.1-10-gc9f91