From f49c95662bda1f2c337dbe872644afa1ca5cbbec Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 20 Feb 2026 22:52:58 +0800 Subject: objectid: Rename from oid --- object/tree_parse_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'object/tree_parse_test.go') diff --git a/object/tree_parse_test.go b/object/tree_parse_test.go index bbe7c69b..09c396e3 100644 --- a/object/tree_parse_test.go +++ b/object/tree_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 TestTreeParseFromGit(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) entries := adversarialRootEntries(t, repo) inserted := &object.Tree{} -- cgit v1.3.1-10-gc9f91