Skip to content

Commit

Permalink
swap arguments in golden test
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanrbrown committed Nov 7, 2023
1 parent cecd59b commit 21f9320
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ hprop_golden_shelley_transaction_calculate_min_fee = propertyOnce $ do
[ "transaction","calculate-min-fee"
, "--tx-in-count", "32"
, "--tx-out-count", "27"
, "--byron-witness-count", "5"
, "--witness-count", "10"
, "--byron-witness-count", "10"
, "--witness-count", "5"
, "--testnet-magic", "4036000900"
, "--protocol-params-file", protocolParamsJsonFile
, "--tx-body-file", txBodyFile
]

H.diff minFeeTxt (==) "5083100 Lovelace\n"
H.diff minFeeTxt (==) "5083100 Lovelace\n"

0 comments on commit 21f9320

Please sign in to comment.