Skip to content

Commit

Permalink
chore: fixed typo in ws_test.go (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
helicopter-1 authored Feb 4, 2025
1 parent 30ba159 commit ce540e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/json/ws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ce540e5

Please sign in to comment.