Fix test failure.

This commit is contained in:
Patrick Fairbank
2022-09-29 19:00:59 -07:00
parent 1165e71503
commit 349313c486

View File

@@ -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")
}