We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2955f1d commit 1d04fc1Copy full SHA for 1d04fc1
test/Spec/BotPlutusInterface/CoinSelection.hs
@@ -40,7 +40,7 @@ tests =
40
"BotPlutusInterface.CoinSelection"
41
[ testProperty "Have All unique assetClasses" assertUniqueAssetClasses
42
, testProperty "columns of vectors represent same assetClass" validValueVectors
43
- , testProperty "coin selection results in valid balance of Tx" validateBalancing
+ , testProperty "coin selection produces valid balanced Tx" validateBalancing
44
, testCase "coin selection greedy Approx" greedyApprox
45
]
46
0 commit comments