Fixup merge conflict leftovers

This commit is contained in:
riccardom
2026-07-13 16:42:36 +02:00
parent 81ff41e1fb
commit 3ae80017fa
+1 -1
View File
@@ -61,7 +61,7 @@ func TestWGWatcher_CheckSuccessCallback(t *testing.T) {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
require.True(t, watcher.PrepareInitialHandshake())
watcher.PrepareInitialHandshake()
firstHandshake := make(chan struct{}, 1)
checkSuccess := make(chan struct{}, 1)