aboutsummaryrefslogtreecommitdiff
path: root/internal/testgit/algorithms.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testgit/algorithms.go')
-rw-r--r--internal/testgit/algorithms.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testgit/algorithms.go b/internal/testgit/algorithms.go
index 5534aad0..aea4dc12 100644
--- a/internal/testgit/algorithms.go
+++ b/internal/testgit/algorithms.go
@@ -3,7 +3,7 @@ package testgit
import (
"testing"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
)
// ForEachAlgorithm runs a subtest for every supported algorithm.