Skip to content

Commit

Permalink
byron integration test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Jul 6, 2023
1 parent f226e65 commit 241db6f
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,18 @@ spec = describe "BYRON_TRANSACTIONS" $ do
rl2 <- request @([ApiTransaction n]) ctx linkList2 Default Empty
verify rl2 [expectListSize 1]

let a4 = oneAda * 900
-- fixture wallet has 10 addresses, hence we use next one
_ <- sendAmtToNewAddr ctx wDest wSrc a4 10
let linkList3 = Link.listTransactions' @'Byron wDest
Nothing
Nothing
Nothing
Nothing
Nothing
(Just (apiAddress addr2))
rl3 <- request @([ApiTransaction n]) ctx linkList3 Default Empty
verify rl3 [expectListSize 2]
where
oneAda :: Integer
oneAda = 1_000_000
Expand Down

0 comments on commit 241db6f

Please sign in to comment.