File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Imp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ import Test.Cardano.Ledger.Conway.ImpTest
3333import Test.Cardano.Ledger.Core.Rational (IsRatio (.. ))
3434import Test.Cardano.Ledger.Imp.Common
3535import Test.Cardano.Ledger.Plutus.Examples (
36- alwaysFailsWithDatum ,
3736 alwaysSucceedsNoDatum ,
37+ purposeIsWellformedNoDatum ,
3838 )
3939
4040spec ::
@@ -48,7 +48,7 @@ spec = do
4848 it " TxRefScriptsSizeTooBig" $ do
4949 -- we use here the largest script we currently have as many times as necessary to
5050 -- trigger the predicate failure
51- Just plutusScript <- pure $ mkPlutusScript @ era $ alwaysFailsWithDatum SPlutusV3
51+ Just plutusScript <- pure $ mkPlutusScript @ era $ purposeIsWellformedNoDatum SPlutusV3
5252 let script :: Script era
5353 script = fromPlutusScript plutusScript
5454 size = originalBytesSize script
You can’t perform that action at this time.
0 commit comments