diff --git a/web/bracket_display_test.go b/web/bracket_display_test.go index 45e269a4..db23795e 100644 --- a/web/bracket_display_test.go +++ b/web/bracket_display_test.go @@ -30,5 +30,5 @@ func TestBracketDisplayWebsocket(t *testing.T) { // Should get a few status updates right after connection. readWebsocketType(t, ws, "displayConfiguration") - readWebsocketType(t, ws, "scorePosted") + readWebsocketType(t, ws, "matchLoad") }