ci(deps): enable require-error rule from testifylint linter (#6718)

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2024-05-20 09:12:43 +02:00
committed by GitHub
parent 65b8a40d0d
commit bbaf5952bc
103 changed files with 226 additions and 196 deletions

View File

@@ -122,7 +122,7 @@ func TestParseDependency(t *testing.T) {
return
}
assert.NoError(t, err)
require.NoError(t, err)
assert.Equal(t, tt.want, got)
})
}