Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatovital committed Aug 23, 2023
1 parent 3f30d8e commit 2375939
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class TransactionDetailsViewModelTest {
emptyList(),
canSign = false,
canExecute = false,
nextInLine = false,
owners = emptyList(),
hasOwnerKey = false
)
Expand Down Expand Up @@ -493,6 +494,7 @@ class TransactionDetailsViewModelTest {
safes = emptyList(),
canSign = false,
canExecute = true,
nextInLine = false,
hasOwnerKey = false,
owners = listOf(owner)
)
Expand Down

0 comments on commit 2375939

Please sign in to comment.