Skip to content

Commit

Permalink
✅ Fixed testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
JH747 committed Dec 9, 2023
1 parent be6b946 commit 3962d13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class BackupSettingsViewModelTest {
alert = BackupSettingsAlert.SUCCESS
)

assertEquals(expectedValue1, observedUiStates)
assertEquals(expectedValue1, observedUiStates[0])
coVerify { mockSettingsRepository.setLastBackupDate(date) }
}

Expand Down

0 comments on commit 3962d13

Please sign in to comment.