From 3ae80017fa0a8f5922b8c24d8ff39216755a5693 Mon Sep 17 00:00:00 2001 From: riccardom Date: Mon, 13 Jul 2026 16:42:36 +0200 Subject: [PATCH] Fixup merge conflict leftovers --- client/internal/peer/wg_watcher_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/internal/peer/wg_watcher_test.go b/client/internal/peer/wg_watcher_test.go index 0bf5eb187..6a5a9acfe 100644 --- a/client/internal/peer/wg_watcher_test.go +++ b/client/internal/peer/wg_watcher_test.go @@ -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)