Skip to content

Commit

Permalink
* Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Mar 8, 2020
1 parent b382957 commit ae65ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion box/packed/truncate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func Test_Truncate(t *testing.T) {
defer closeForT(f, t)
header, err := FindHeader(f)
assert.NoError(t, err)
assert.NotNil(t, header)
assert.Nil(t, header)
assert.NoError(t, f.Close())
}
{
Expand Down

0 comments on commit ae65ed9

Please sign in to comment.