diff options
| author | 2026-05-20 16:52:22 +0000 | |
|---|---|---|
| committer | 2026-05-20 16:52:22 +0000 | |
| commit | 7e1f61e1e6ce9c09fef68be6818d4c7162b54fa8 (patch) | |
| tree | 583713861f5df7a05fdb93d172545cc1ae8fdd25 /reachability/integration_test.go | |
| parent | ref/store: More bikeshedding (diff) | |
| signature | No signature | |
reachability: CheckConnected should get a strict option
Diffstat (limited to 'reachability/integration_test.go')
| -rw-r--r-- | reachability/integration_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reachability/integration_test.go b/reachability/integration_test.go index 20d9e3f7..2df938aa 100644 --- a/reachability/integration_test.go +++ b/reachability/integration_test.go @@ -183,6 +183,7 @@ func TestCheckConnectedMissingObject(t *testing.T) { reachability.DomainObjects, nil, map[objectid.ObjectID]struct{}{commitID: {}}, + false, ) if err == nil { t.Fatal("expected error") |
