Skip to content

Commit

Permalink
Adjust failing TRANS_NEW_JOIN_02
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Jul 14, 2022
1 parent c285d77 commit 48ba4c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2697,7 +2697,7 @@ spec = describe "NEW_SHELLEY_TRANSACTIONS" $ do

it "TRANS_NEW_JOIN_02 - Can join stakepool in case I have many UTxOs on 1 address"
$ \ctx -> runResourceT $ do
let amt = 1_000_000
let amt = minUTxOValue (_mainEra ctx)
src <- emptyWallet ctx
wa <- fixtureWallet ctx

Expand Down

0 comments on commit 48ba4c4

Please sign in to comment.