From 2852f9a20613b145fe36a8fde5bfd31ff7e82291 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 21 Feb 2026 12:31:51 +0800 Subject: *: Use testgit.NewRepo --- refstore/packed/packed_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'refstore/packed') diff --git a/refstore/packed/packed_test.go b/refstore/packed/packed_test.go index 2c984cb9..c8f7f99c 100644 --- a/refstore/packed/packed_test.go +++ b/refstore/packed/packed_test.go @@ -32,7 +32,7 @@ func openPackedRefStoreFromRepo(t *testing.T, repoPath string, algo objectid.Alg func TestPackedResolveAndPeeled(t *testing.T) { testgit.ForEachAlgorithm(t, func(t *testing.T, algo objectid.Algorithm) { - testRepo := testgit.NewBareRepo(t, algo) + testRepo := testgit.NewRepo(t, testgit.RepoOptions{ObjectFormat: algo, Bare: true}) _, _, commitID := testRepo.MakeCommit(t, "packed refs commit") testRepo.UpdateRef(t, "refs/heads/main", commitID) tagID := testRepo.TagAnnotated(t, "v1.0.0", commitID, "annotated tag") @@ -86,7 +86,7 @@ func TestPackedResolveAndPeeled(t *testing.T) { func TestPackedListAndShorten(t *testing.T) { testgit.ForEachAlgorithm(t, func(t *testing.T, algo objectid.Algorithm) { - testRepo := testgit.NewBareRepo(t, algo) + testRepo := testgit.NewRepo(t, testgit.RepoOptions{ObjectFormat: algo, Bare: true}) _, _, commitID := testRepo.MakeCommit(t, "packed refs list commit") testRepo.UpdateRef(t, "refs/heads/main", commitID) testRepo.UpdateRef(t, "refs/tags/main", commitID) -- cgit v1.3.1-10-gc9f91