Skip to content

Commit e11864a

Browse files
committed
address linter issues
1 parent 55c1158 commit e11864a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

npm/pkg/dataplane/ipsets/ipsetmanager_windows_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package ipsets
22

33
import (
4-
"fmt"
54
"sort"
65
"strings"
76
"testing"
@@ -388,7 +387,7 @@ func verifyHNSCache(t *testing.T, expected map[string]hcn.SetPolicySetting, hns
388387
copyOfCachedObj := *cacheObj
389388
copyOfCachedObj.Values = strings.Join(members, ",")
390389

391-
require.Equal(t, setObj, copyOfCachedObj, fmt.Sprintf("%s mismatch in cache", setName))
390+
require.Equal(t, setObj, copyOfCachedObj, setName+" mismatch in cache")
392391
}
393392
}
394393

0 commit comments

Comments
 (0)