Skip to content

Commit

Permalink
Remove API integration test for minimum_utxo_value.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Sep 30, 2022
1 parent 8af1598 commit f1eb1e3
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -34,7 +34,6 @@ import Test.Integration.Framework.DSL
, expectField
, expectResponseCode
, maximumCollateralInputCountByEra
, minUTxOValueForMinLengthAddress
, minimumCollateralPercentageByEra
, request
, securityParameterValue
Expand Down Expand Up @@ -93,9 +92,6 @@ spec = describe "SHELLEY_NETWORK" $ do
(`shouldBe` d)
, expectField #desiredPoolNumber
(`shouldBe` nOpt)
, expectField #minimumUtxoValue
(`shouldBe` Quantity
(minUTxOValueForMinLengthAddress (_mainEra ctx)))
, expectField #slotLength
(`shouldBe` Quantity slotLengthValue)
, expectField #epochLength
Expand Down

0 comments on commit f1eb1e3

Please sign in to comment.