diff options
Diffstat (limited to 'object/blob_parse_test.go')
| -rw-r--r-- | object/blob_parse_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/object/blob_parse_test.go b/object/blob_parse_test.go index 02c059ca..ad0f7ef3 100644 --- a/object/blob_parse_test.go +++ b/object/blob_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 TestBlobParseFromGit(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) body := []byte("hello\nblob\n") blobID := repo.HashObject(t, "blob", body) |
