Skip to content

Commit b5c2d31

Browse files
committed
fix lint
1 parent c6b29ec commit b5c2d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/chasm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func (s *ChasmTestSuite) TestPayloadStore_UpdateComponent() {
9999
)
100100
s.NoError(err)
101101
s.Equal(int64(1), descResp.State.TotalCount)
102-
s.True(descResp.State.TotalSize > 0)
102+
s.Positive(descResp.State.TotalSize)
103103
}
104104

105105
func (s *ChasmTestSuite) TestPayloadStore_PureTask() {

0 commit comments

Comments
 (0)