aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/finance/money.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/world/finance/money.lux')
-rw-r--r--stdlib/source/test/lux/world/finance/money.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/world/finance/money.lux b/stdlib/source/test/lux/world/finance/money.lux
index dd5108cac..872414dbf 100644
--- a/stdlib/source/test/lux/world/finance/money.lux
+++ b/stdlib/source/test/lux/world/finance/money.lux
@@ -3,8 +3,8 @@
[lux (.except)
[abstract
[monad (.only do)]
- [\\specification
- ["[0]S" equivalence]]
+ ["[0]" equivalence
+ ["[1]T" \\test]]
["[0]" order
["[1]T" \\test]]]
[control
@@ -46,7 +46,7 @@
(_.for [/.Money])
(all _.and
(_.for [/.equivalence /.=]
- (equivalenceS.spec /.equivalence (..random currency.usd 1000,00)))
+ (equivalenceT.spec /.equivalence (..random currency.usd 1000,00)))
(_.for [/.order /.<]
(orderT.spec /.order (..random currency.usd 1000,00)))