Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lixmal committed Oct 30, 2024
1 parent b0bc0c7 commit b78fd1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/internal/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit b78fd1b

Please sign in to comment.