We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c9073 commit 510d1d1Copy full SHA for 510d1d1
fixtures.go
@@ -187,7 +187,7 @@ var fixtures = Fixtures{{
187
Tags: []string{"packfile", "delta-before-base"},
188
PackfileHash: "90fedc00729b64ea0d0406db861be081cda25bbf",
189
}, {
190
- Tags: []string{"packfile", "pack-sha256"},
+ Tags: []string{"packfile-sha256"},
191
PackfileHash: "407497645643e18a7ba56c6132603f167fe9c51c00361ee0c81d74a8f55d0ee2",
192
}}
193
fixtures_test.go
@@ -40,7 +40,7 @@ func TestEmbeddedFiles(t *testing.T) {
40
}
41
42
func TestRevFiles(t *testing.T) {
43
- f := ByTag("pack-sha256").One()
+ f := ByTag("packfile-sha256").One()
44
45
if f.Rev() == nil {
46
assert.Fail(t, "failed to get rev file")
0 commit comments