You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/migration/impl/src/test/kotlin/io/element/android/features/migration/impl/MigrationPresenterTest.kt
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,9 @@ class MigrationPresenterTest {
27
27
val warmUpRule =WarmUpRule()
28
28
29
29
@Test
30
-
fun`present - no migration should occurs on fresh installation, and last version should be stored`() = runTest {
30
+
fun`present - run all migrations on fresh installation, and last version should be stored`() = runTest {
0 commit comments