Skip to content

Commit

Permalink
SCP-5124 Added property-based test for new final-balance constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Mar 15, 2023
1 parent 4b81ee9 commit d514bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlowe-test/src/Spec/Marlowe/Plutus/Specification.hs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ tests referencePaths =
]
, testGroup "Constraint 6. Output value to script"
[
testProperty "Invalid mismatch between state and script output's value" $ checkValueOutput referencePaths
testProperty "Invalid mismatch between expected and actual output to script" $ checkValueOutput referencePaths
]
, testGroup "Constraint 7. Input state"
[
Expand Down

0 comments on commit d514bcd

Please sign in to comment.