Skip to content

Commit

Permalink
DROID-3098 fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uburoiubu committed Dec 21, 2024
1 parent 79d357a commit 86be24f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ class CreateAccountTest {
name = name,
avatarPath = path,
icon = icon,
networkMode = NetworkMode.DEFAULT,
preferYamuxTransport = false
networkMode = NetworkMode.DEFAULT
)
onBlocking { createAccount(command) } doReturn setup
}
Expand All @@ -114,8 +113,7 @@ class CreateAccountTest {
name = name,
avatarPath = path,
icon = icon,
networkMode = NetworkMode.DEFAULT,
preferYamuxTransport = false
networkMode = NetworkMode.DEFAULT
)
verify(repo, times(1)).getNetworkMode()
verify(repo, times(1)).createAccount(command)
Expand Down

0 comments on commit 86be24f

Please sign in to comment.