From fa583be252a382449985e879951191e061ac7ae6 Mon Sep 17 00:00:00 2001 From: helicopter-1 Date: Sun, 26 Jan 2025 22:19:40 +0100 Subject: [PATCH] fix typo ws_test.go --- rpc/json/ws_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/json/ws_test.go b/rpc/json/ws_test.go index 78a028cb8..5c9373e78 100644 --- a/rpc/json/ws_test.go +++ b/rpc/json/ws_test.go @@ -133,7 +133,7 @@ func TestWebsocketCloseUnsubscribe(t *testing.T) { } `)) assert.NoError(err) - // Vaildate we have a new client + // Validate we have a new client assert.Eventually(func() bool { return subscribed_clients+1 == local.EventBus.NumClients() }, 3*time.Second, 100*time.Millisecond)