aboutsummaryrefslogtreecommitdiff
path: root/internal/testgit/repo_properties.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testgit/repo_properties.go')
-rw-r--r--internal/testgit/repo_properties.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/testgit/repo_properties.go b/internal/testgit/repo_properties.go
index 9a48a43b..a25c329c 100644
--- a/internal/testgit/repo_properties.go
+++ b/internal/testgit/repo_properties.go
@@ -1,6 +1,6 @@
package testgit
-import "codeberg.org/lindenii/furgit/oid"
+import "codeberg.org/lindenii/furgit/objectid"
// Dir returns the repository directory path.
func (repo *TestRepo) Dir() string {
@@ -8,6 +8,6 @@ func (repo *TestRepo) Dir() string {
}
// Algorithm returns the object ID algorithm configured for this repository.
-func (repo *TestRepo) Algorithm() oid.Algorithm {
+func (repo *TestRepo) Algorithm() objectid.Algorithm {
return repo.algo
}