Skip to content

Commit

Permalink
chore(oci): correct typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Nov 3, 2023
1 parent b0486a0 commit 8e85a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/oci/file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func TestStore_Fetch(t *testing.T) {
require.NoError(t, err)

require.False(t, resp.Matched, "matched an empty digest unexpectedly")
// should remain consistant with contents
// should remain consistent with contents
const manifestDigest = digest.Digest("sha256:7cd89519a7f44605a0964cb96e72fef972ebdc0fa4153adac2e8cd2ed5b0e90a")
assert.Equal(t, manifestDigest, resp.Digest)

Expand Down

0 comments on commit 8e85a5c

Please sign in to comment.