Skip to content

Commit 510d1d1

Browse files
committed
Remove packfile tag from sha256 pack fixture
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 79c9073 commit 510d1d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fixtures.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ var fixtures = Fixtures{{
187187
Tags: []string{"packfile", "delta-before-base"},
188188
PackfileHash: "90fedc00729b64ea0d0406db861be081cda25bbf",
189189
}, {
190-
Tags: []string{"packfile", "pack-sha256"},
190+
Tags: []string{"packfile-sha256"},
191191
PackfileHash: "407497645643e18a7ba56c6132603f167fe9c51c00361ee0c81d74a8f55d0ee2",
192192
}}
193193

fixtures_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func TestEmbeddedFiles(t *testing.T) {
4040
}
4141

4242
func TestRevFiles(t *testing.T) {
43-
f := ByTag("pack-sha256").One()
43+
f := ByTag("packfile-sha256").One()
4444

4545
if f.Rev() == nil {
4646
assert.Fail(t, "failed to get rev file")

0 commit comments

Comments
 (0)