Skip to content

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatovital committed Sep 11, 2023
1 parent 6c9df15 commit 89de5c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ class TransactionDetailsViewModelTest {
txDetails = transactionDetails.toTransactionDetailsViewData(
safes = emptyList(),
canSign = false,
canExecute = false,
canExecute = true,
nextInLine = false,
hasOwnerKey = false,
owners = listOf(owner)
Expand Down

0 comments on commit 89de5c9

Please sign in to comment.