Remove vibe comments.

This commit is contained in:
Jay
2026-04-14 17:41:12 -04:00
parent 6d9b0ebdd4
commit 2e4f0257f5

View File

@@ -228,10 +228,6 @@ func TestNewConnectionFromSocket(t *testing.T) {
} }
} }
// ws/connection_test.go
// Add to existing file after TestNewConnectionFromSocket
func TestConnect(t *testing.T) { func TestConnect(t *testing.T) {
t.Run("connect fails when socket already present", func(t *testing.T) { t.Run("connect fails when socket already present", func(t *testing.T) {
conn, err := NewConnection("ws://test", nil, nil) conn, err := NewConnection("ws://test", nil, nil)