Skip to content

Commit

Permalink
test: fix type
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer committed May 2, 2022
1 parent 2ee94df commit 49e30be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/registry/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func testRegistry(t *testing.T, name, image string, legacy bool) {

if err == nil {
stat, _ := os.Stat(file)
assert.Equal(t, 2823168, stat.Size())
assert.Equal(t, int64(2823168), stat.Size())
}

os.Remove(file)
Expand Down

0 comments on commit 49e30be

Please sign in to comment.