aboutsummaryrefslogtreecommitdiff
path: root/internal/testgit/repo_hash_object.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testgit/repo_hash_object.go')
-rw-r--r--internal/testgit/repo_hash_object.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testgit/repo_hash_object.go b/internal/testgit/repo_hash_object.go
index bc2def72..75f1a7ab 100644
--- a/internal/testgit/repo_hash_object.go
+++ b/internal/testgit/repo_hash_object.go
@@ -3,7 +3,7 @@ package testgit
import (
"testing"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
)
// HashObject hashes and writes an object and returns its object ID.