Skip to content

Commit

Permalink
Fix integration test TRANSMETA_CREATE_01.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Jul 18, 2022
1 parent 8a2a1f9 commit 5312321
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -952,8 +952,12 @@ spec = describe "SHELLEY_TRANSACTIONS" $ do
{ testName =
"transaction with metadata from ADP-1005 (2 outputs)"
, txOutputAdaQuantities = \_minUTxOVal ->
-- The exact ada quantities recorded in ADP-1005:
[1_000_000, 498_283_127]
-- An ada quantity that is greater than or equal to the
-- minimum ada quantity for all known eras:
[ 1_107_670
-- The exact ada quantity recorded in ADP-1005:
, 498_283_127
]
, txMetadata =
Just txMetadata_ADP_1005
, expectedFee =
Expand Down

0 comments on commit 5312321

Please sign in to comment.