From 8c135d16610a9da49c0cd41220125c7a2a06a105 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 28 Mar 2026 18:01:38 +0000 Subject: reachability: Don't have a separate New for commit graphs --- reachability/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reachability/integration_test.go') diff --git a/reachability/integration_test.go b/reachability/integration_test.go index 4c57d14f..4e4b3918 100644 --- a/reachability/integration_test.go +++ b/reachability/integration_test.go @@ -249,7 +249,7 @@ func TestWalkOnPackedOnlyRepo(t *testing.T) { func openReachabilityFromTestRepo(t *testing.T, testRepo *testgit.TestRepo) *reachability.Reachability { t.Helper() - return reachability.New(testRepo.OpenObjectStore(t)) + return reachability.New(testRepo.OpenObjectStore(t), nil) } func oidSetFromSeq(seq func(func(objectid.ObjectID) bool)) map[objectid.ObjectID]struct{} { -- cgit v1.3.1-10-gc9f91