We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e27622 commit 6257543Copy full SHA for 6257543
modules/dump/dumper_test.go
@@ -83,7 +83,7 @@ func TestDumperIntegration(t *testing.T) {
83
err = dumper.Close()
84
assert.NoError(t, err)
85
86
- assert.Greater(t, buf.Len(), 0, "Archive should contain data")
+ assert.Positive(t, buf.Len(), "Archive should contain data")
87
}
88
89
type testFileInfo struct {
0 commit comments