From 2e4f0257f55e5572cad911ccaf48898e4a62a4ec Mon Sep 17 00:00:00 2001 From: Jay Date: Tue, 14 Apr 2026 17:41:12 -0400 Subject: [PATCH] Remove vibe comments. --- connection_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/connection_test.go b/connection_test.go index 0e533f1..b662f01 100644 --- a/connection_test.go +++ b/connection_test.go @@ -228,10 +228,6 @@ func TestNewConnectionFromSocket(t *testing.T) { } } -// ws/connection_test.go - -// Add to existing file after TestNewConnectionFromSocket - func TestConnect(t *testing.T) { t.Run("connect fails when socket already present", func(t *testing.T) { conn, err := NewConnection("ws://test", nil, nil)