Skip to content

Commit

Permalink
#5: Fix Bugfix 0.1.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Entreco committed Dec 17, 2017
1 parent 873c99e commit d0a63be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class InputViewModelTest {
fun `it should submit Turn() = (with score 0) when 'invalid throw (eg unparsable score)' is entered`() {
givenPlayer("player1")
whenPressingSubmit("this is not a valid sore -> it's a string dude")
verify(mockListener).onTurnSubmitted(isA(), givenPlayer)
verify(mockListener).onTurnSubmitted(isA(), eq(givenPlayer))
}

@Test
Expand Down

0 comments on commit d0a63be

Please sign in to comment.