Skip to content

Commit 6257543

Browse files
authored
Update modules/dump/dumper_test.go
Signed-off-by: wxiaoguang <[email protected]>
1 parent 6e27622 commit 6257543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dump/dumper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func TestDumperIntegration(t *testing.T) {
8383
err = dumper.Close()
8484
assert.NoError(t, err)
8585

86-
assert.Greater(t, buf.Len(), 0, "Archive should contain data")
86+
assert.Positive(t, buf.Len(), "Archive should contain data")
8787
}
8888

8989
type testFileInfo struct {

0 commit comments

Comments
 (0)