mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-19 22:44:21 +00:00
testifylint: enable bool-compare rule (#7623)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ func TestVeleroConfig(t *testing.T) {
|
||||
|
||||
assert.Equal(t, "foo", c.Namespace())
|
||||
assert.Equal(t, []string{"feature1", "feature2"}, c.Features())
|
||||
assert.Equal(t, true, c.Colorized())
|
||||
assert.True(t, c.Colorized())
|
||||
}
|
||||
|
||||
func removeConfigfileName() error {
|
||||
|
||||
Reference in New Issue
Block a user