We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62af9ed commit dec4410Copy full SHA for dec4410
app/src/test/java/mihon/core/migration/MigratorTest.kt
@@ -59,7 +59,7 @@ class MigratorTest {
59
val result = execute.await()
60
assertFalse(result)
61
62
- verify { migrationJobFactory.create(any()) wasNot Called }
+ verify(exactly = 0) { migrationJobFactory.create(any()) }
63
}
64
65
@Test
@@ -72,7 +72,7 @@ class MigratorTest {
72
73
74
75
76
77
78
0 commit comments