google-developer-training / basic-android-kotlin-compose-training-unscramble

Apache License 2.0
102 stars 141 forks source link

Android Basics: Viewmodel and State in Compose #31

Open kylejablonski opened 1 year ago

kylejablonski commented 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

nourify97 commented 1 year ago

I had the same thought, test also failed for me in the same line!

osuleymanova commented 1 year ago

Duplicate of #30, #24, #19, #12, #4.