Fix integration tests.

This commit is contained in:
Alex Hart
2022-12-06 12:29:14 -04:00
committed by Cody Henthorne
parent 2eb15cc8e3
commit d7fb05f596
7 changed files with 16 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ class SafetyNumberBottomSheetRepositoryTest {
testScheduler.triggerActions()
result.assertValueAt(1) { map ->
result.assertValueAt(0) { map ->
assertMatch(map, mapOf(SafetyNumberBucket.ContactsBucket to harness.others))
}
}