Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Nov 28, 2024
1 parent 10f70f6 commit 3bdfc17
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ class ProteusClientProviderTest {
.arrange()

// when - then
val clearLocalFiles = suspend { }
try {
proteusClientProvider.getOrCreate()
} catch (e: ProteusStorageMigrationException) {
verify(arrangement.proteusMigrationRecoveryHandler)
.coroutine { clearClientData(clearLocalFiles) }
.coroutine { clearClientData({}) }
.wasInvoked(exactly = once)
}
}
Expand Down

0 comments on commit 3bdfc17

Please sign in to comment.