aboutsummaryrefslogtreecommitdiff
path: root/object/commit_parse_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/commit_parse_test.go')
-rw-r--r--object/commit_parse_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/object/commit_parse_test.go b/object/commit_parse_test.go
index 8d1f192d..e1bfb3d1 100644
--- a/object/commit_parse_test.go
+++ b/object/commit_parse_test.go
@@ -6,11 +6,11 @@ import (
"codeberg.org/lindenii/furgit/internal/testgit"
"codeberg.org/lindenii/furgit/object"
- "codeberg.org/lindenii/furgit/oid"
+ "codeberg.org/lindenii/furgit/objectid"
)
func TestCommitParseFromGit(t *testing.T) {
- testgit.ForEachAlgorithm(t, func(t *testing.T, algo oid.Algorithm) {
+ testgit.ForEachAlgorithm(t, func(t *testing.T, algo objectid.Algorithm) {
repo := testgit.NewBareRepo(t, algo)
_, treeID, commitID := repo.MakeCommit(t, "subject\n\nbody")