Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Mar 4, 2024
1 parent 6b2cfed commit 4d3274d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/v1/layout/puller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func TestPullerLayer(t *testing.T) {
t.Fatalf("layer.Size() = %v", err)
}

if size != 320 {
if size != 4096 {
t.Fatalf("wrong size returned, expected 320 but got %d", size)
}
}

0 comments on commit 4d3274d

Please sign in to comment.