mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Maintenance: add more linters to .golangci.yml
This commit is contained in:
@@ -28,6 +28,7 @@ func Test_FilterByPossibilities(t *testing.T) {
|
||||
for name, testCase := range testCases {
|
||||
testCase := testCase
|
||||
t.Run(name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
filtered := FilterByPossibilities(testCase.value, testCase.possibilities)
|
||||
assert.Equal(t, testCase.filtered, filtered)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user