Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
GambolingPangolin committed Aug 5, 2019
1 parent 2cb909d commit 67b27fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ nbTest name = testProperty name . once . monadicIO
canGenerateBlocks :: TestTree
canGenerateBlocks = nbTest "generateToAddress" $ do
void . run $ do
c <- client
c <- client
rewardAddr <- getNewAddress c Nothing
M.generateToAddress c 101 rewardAddr Nothing
assert True
Expand Down Expand Up @@ -100,7 +100,7 @@ canSendPayment = nbTest "send payment" $ do
amt <- pick . suchThat arbitrary $ \x -> x < bal && x > 0

(addr, recv) <- run $ do
addr <- getNewAddress c Nothing
addr <- getNewAddress c Nothing
sendToAddress c addr amt Nothing Nothing
M.generate c 6 Nothing
(addr,) <$> listReceivedByAddress c
Expand Down

0 comments on commit 67b27fa

Please sign in to comment.