Open kylejablonski opened 1 year ago
in this test for asserting initial boundary there is failure: assertTrue(gameUiState.currentWordCount == 1) this is actually starting at 0, not 1
I had the same thought, test also failed for me in the same line!
Duplicate of #30, #24, #19, #12, #4.
in this test for asserting initial boundary there is failure: assertTrue(gameUiState.currentWordCount == 1) this is actually starting at 0, not 1