aboutsummaryrefslogtreecommitdiff
path: root/internal/testgit/repo_from_fixture.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testgit/repo_from_fixture.go')
-rw-r--r--internal/testgit/repo_from_fixture.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testgit/repo_from_fixture.go b/internal/testgit/repo_from_fixture.go
index 4a022bc5..632de12a 100644
--- a/internal/testgit/repo_from_fixture.go
+++ b/internal/testgit/repo_from_fixture.go
@@ -5,7 +5,7 @@ import (
"os"
"testing"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
)
// NewRepoFromFixture copies one existing repository fixture into a temp dir.