Skip to content

Commit 1d04fc1

Browse files
committed
change test name
1 parent 2955f1d commit 1d04fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Spec/BotPlutusInterface/CoinSelection.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tests =
4040
"BotPlutusInterface.CoinSelection"
4141
[ testProperty "Have All unique assetClasses" assertUniqueAssetClasses
4242
, testProperty "columns of vectors represent same assetClass" validValueVectors
43-
, testProperty "coin selection results in valid balance of Tx" validateBalancing
43+
, testProperty "coin selection produces valid balanced Tx" validateBalancing
4444
, testCase "coin selection greedy Approx" greedyApprox
4545
]
4646

0 commit comments

Comments
 (0)