Skip to content

Commit 37548f3

Browse files
fix(test): flip bool
Signed-off-by: Hunter Gregory <[email protected]>
1 parent e52a2b5 commit 37548f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/pkg/dataplane/policies/policymanager_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func TestBootup(t *testing.T) {
115115
metrics.IncNumACLRules()
116116

117117
require.NoError(t, pMgr.Bootup(epIDs))
118-
if util.IsWindowsDP() {
118+
if !util.IsWindowsDP() {
119119
require.Equal(t, util.IptablesNft, util.Iptables)
120120
}
121121

0 commit comments

Comments
 (0)