Closed alexandear closed 2 weeks ago
The PR refactors tests by simplifying asserts: swap actual-expected parameters, use assert.True, assert.False, require.Error etc. Additionally, enables testifylint to suggests these in a future.
assert.True
assert.False
require.Error
testifylint
All modified and coverable lines are covered by tests :white_check_mark:
see 12 files with indirect coverage changes
The PR refactors tests by simplifying asserts: swap actual-expected parameters, use
assert.True
,assert.False
,require.Error
etc. Additionally, enablestestifylint
to suggests these in a future.