diff options
Diffstat (limited to 'internal/testgit/repo_commit_tree.go')
| -rw-r--r-- | internal/testgit/repo_commit_tree.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testgit/repo_commit_tree.go b/internal/testgit/repo_commit_tree.go index 5eee21ba..3a5a75ac 100644 --- a/internal/testgit/repo_commit_tree.go +++ b/internal/testgit/repo_commit_tree.go @@ -3,7 +3,7 @@ package testgit import ( "testing" - "codeberg.org/lindenii/furgit/objectid" + objectid "codeberg.org/lindenii/furgit/object/id" ) // CommitTree creates a commit from a tree and message, optionally with parents. |
