Skip to content

Commit

Permalink
integration test for shared - part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Oct 4, 2023
1 parent 452a795 commit 9c88c24
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,11 @@ spec = describe "SHARED_WALLETS" $ do
, expectField walletId (`shouldBe` walIdOneChangeAddr)
]

forM_ [1,1] $ \num -> realizeTx walOneAddr wFixture (num * minUTxOValue') destFixture
-- the one change address wallet has 20 unused external addresses and 3 used change addresses
-- and 1 used external address
listAddresses walOneAddr
>>= verifyAddrs (initialTotal1+4) (initialUsed1+4)

it "SHARED_WALLETS_DELETE_01 - \
\Delete of a shared wallet" $
Expand Down

0 comments on commit 9c88c24

Please sign in to comment.