Skip to content

Commit

Permalink
Use fixtureWallet in added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Jun 24, 2019
1 parent ac58087 commit c77a0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ spec = do
]

it "TRANS_CREATE_09 - 0 amount transaction is forbidden on multi-output tx" $ \ctx -> do
wSrc <- fixtureWalletWith ctx [10_000_000, 12_000_000]
wSrc <- fixtureWallet ctx
wDest <- emptyWallet ctx
addrs <- listAddresses ctx wDest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ spec = do
c `shouldBe` ExitFailure 1

it "TRANS_CREATE_09 - 0 amount transaction is forbidden on multi-output tx" $ \ctx -> do
wSrc <- fixtureWalletWith ctx [10_000_000, 10_000_000]
wSrc <- fixtureWallet ctx
wDest <- emptyWallet ctx
addrs <- listAddresses ctx wDest
let addr1 =
Expand Down

0 comments on commit c77a0c7

Please sign in to comment.