mirror of
https://github.com/coredns/coredns.git
synced 2025-12-08 19:35:10 -05:00
add golangci-lint linter (#5499)
This commit is contained in:
@@ -114,7 +114,6 @@ func TestGroupingServers(t *testing.T) {
|
||||
for _, v := range test.expectedGroups {
|
||||
if _, ok := groups[v]; !ok {
|
||||
t.Errorf("Test %d : expected value %v to be in the group, was not", i, v)
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user