Skip to content

Commit

Permalink
Reset TestIdlingResource when retrying test
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliyan Germanov committed Nov 24, 2021
1 parent f0e28c8 commit ef40024
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ abstract class IvyComposeTest {
if (attempt == 0) {
//reset state && retry test
resetApp()
TestIdlingResource.reset()

composeTestRule.waitMillis(500)

Expand Down

0 comments on commit ef40024

Please sign in to comment.