Skip to content

Commit

Permalink
We are treating up to date app as success now
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham1g5 committed Sep 10, 2024
1 parent 0296cf5 commit b74ab62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class AppUpdateTest {
UpdateUtils.installUpdate(profileRef,
AppInstallStatus.UpToDate,
AppInstallStatus.UnknownFailure)
checkUpdateComplete(6, true, false)
checkUpdateComplete(6, true, true)
}

@Test
Expand Down Expand Up @@ -191,4 +191,4 @@ class AppUpdateTest {
private val TAG = AppUpdateTest::class.java.simpleName
private const val REF_BASE_DIR = "jr://resource/commcare-apps/update_tests/"
}
}
}

0 comments on commit b74ab62

Please sign in to comment.