Skip to content

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatovital committed Aug 28, 2023
1 parent 578c900 commit 062c938
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class TransactionDetailsViewModelTest {
any()
)
} returns transactionDetails
coEvery { transactionLocalRepository.updateLocalTx(any(), any<String>()) } returns null
coEvery { safeRepository.getSafes() } returns emptyList()
coEvery { credentialsRepository.owners() } returns listOf()
coEvery { safeRepository.getActiveSafe() } returns Safe(someAddress, "safe_name", CHAIN_ID)
Expand Down

0 comments on commit 062c938

Please sign in to comment.