Skip to content

Commit

Permalink
Merge pull request #16 from pjbgf/sha256
Browse files Browse the repository at this point in the history
Remove `packfile` tag from the `packfile-sha256` fixture
  • Loading branch information
pjbgf committed Dec 10, 2023
2 parents 79c9073 + 510d1d1 commit f486d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixtures.go
Expand Up @@ -187,7 +187,7 @@ var fixtures = Fixtures{{
Tags: []string{"packfile", "delta-before-base"},
PackfileHash: "90fedc00729b64ea0d0406db861be081cda25bbf",
}, {
Tags: []string{"packfile", "pack-sha256"},
Tags: []string{"packfile-sha256"},
PackfileHash: "407497645643e18a7ba56c6132603f167fe9c51c00361ee0c81d74a8f55d0ee2",
}}

Expand Down
2 changes: 1 addition & 1 deletion fixtures_test.go
Expand Up @@ -40,7 +40,7 @@ func TestEmbeddedFiles(t *testing.T) {
}

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

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

0 comments on commit f486d25

Please sign in to comment.