This commit is contained in:
Viktor Liu 2024-10-30 19:14:32 +01:00
parent b0bc0c797c
commit b78fd1bc1b

View File

@ -245,6 +245,7 @@ func TestEngine_UpdateNetworkMap(t *testing.T) {
nil)
wgIface := &iface.MockWGIface{
NameFunc: func() string { return "utun102" },
RemovePeerFunc: func(peerKey string) error {
return nil
},