Skip to content

Commit

Permalink
Fix test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
patfair committed Sep 30, 2022
1 parent 265707c commit 23cf0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/bracket_display_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit 23cf0d4

Please sign in to comment.