aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/winipcfg/winipcfg_test.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tunnel/winipcfg/winipcfg_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tunnel/winipcfg/winipcfg_test.go b/tunnel/winipcfg/winipcfg_test.go
index c69c1847..829d2675 100644
--- a/tunnel/winipcfg/winipcfg_test.go
+++ b/tunnel/winipcfg/winipcfg_test.go
@@ -439,7 +439,7 @@ func TestAddDeleteIPAddress(t *testing.T) {
t.Errorf("Notification handler has not been called on add.")
}
- err = ifc.LUID.DeleteIPAddress(unexistentIPAddresToAdd.IP)
+ err = ifc.LUID.DeleteIPAddress(unexistentIPAddresToAdd)
if err != nil {
t.Errorf("LUID.DeleteIPAddress() returned an error: %v", err)
}