| H A D | ReaperSelectionPolicyFilterAwareTest.kt | 18 …private val update4 = UpdateEntity(UUID.randomUUID(), Date(1608667857777L), runtimeVersion, scopeK… constant in expo.modules.updates.selectionpolicy.ReaperSelectionPolicyFilterAwareTest 54 listOf(update1, update2, update3, update4, update5), in testSelectUpdatesToDelete_olderAndNewerUpdates() 55 update4, in testSelectUpdatesToDelete_olderAndNewerUpdates() 62 Assert.assertFalse(updatesToDelete.contains(update4)) in testSelectUpdatesToDelete_olderAndNewerUpdates() 69 …UpdateEntity(update4.id, update4.commitTime, update4.runtimeVersion, "differentScopeKey", JSONObje… in testSelectUpdatesToDelete_differentScopeKey()
|