aboutsummaryrefslogtreecommitdiff
path: root/reachability/integration_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'reachability/integration_test.go')
-rw-r--r--reachability/integration_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reachability/integration_test.go b/reachability/integration_test.go
index feda699b..4c57d14f 100644
--- a/reachability/integration_test.go
+++ b/reachability/integration_test.go
@@ -11,7 +11,7 @@ import (
giterrors "codeberg.org/lindenii/furgit/errors"
"codeberg.org/lindenii/furgit/internal/testgit"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
"codeberg.org/lindenii/furgit/reachability"
)