Skip to content

Commit

Permalink
Merge pull request #358 from BraisGabin/fix-matchers-test
Browse files Browse the repository at this point in the history
Fix MatchersTest
  • Loading branch information
nhaarman committed Sep 8, 2019
2 parents d87150d + 19470e0 commit ce6a747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/test/kotlin/test/MatchersTest.kt
Expand Up @@ -23,8 +23,8 @@ class MatchersTest : TestBase() {
@Test
fun anyInt() {
mock<Methods>().apply {
string("")
verify(this).string(any())
int(3)
verify(this).int(any())
}
}

Expand Down

0 comments on commit ce6a747

Please sign in to comment.