Fix TestEngine_UpdateNetworkMap

This commit is contained in:
Zoltan Papp
2025-02-28 15:10:24 +01:00
parent f8a4cfb611
commit b38ddd8479

View File

@@ -395,6 +395,7 @@ func TestEngine_UpdateNetworkMap(t *testing.T) {
engine.udpMux = bind.NewUniversalUDPMuxDefault(bind.UniversalUDPMuxParams{UDPConn: conn})
engine.ctx = ctx
engine.srWatcher = guard.NewSRWatcher(nil, nil, nil, icemaker.Config{})
engine.connMgr = NewConnMgr(engine.peerStore, wgIface)
type testCase struct {
name string