aboutsummaryrefslogtreecommitdiff
path: root/reachability/unit_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'reachability/unit_test.go')
-rw-r--r--reachability/unit_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reachability/unit_test.go b/reachability/unit_test.go
index 1a2f4773..640dad12 100644
--- a/reachability/unit_test.go
+++ b/reachability/unit_test.go
@@ -12,7 +12,7 @@ import (
"codeberg.org/lindenii/furgit/object"
"codeberg.org/lindenii/furgit/objectid"
"codeberg.org/lindenii/furgit/objectstore/memory"
- "codeberg.org/lindenii/furgit/objecttype"
+ objecttype "codeberg.org/lindenii/furgit/object/type"
"codeberg.org/lindenii/furgit/reachability"
)