aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/time/day.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/world/time/day.lux')
-rw-r--r--stdlib/source/test/lux/world/time/day.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/world/time/day.lux b/stdlib/source/test/lux/world/time/day.lux
index be1812d92..4af557a8a 100644
--- a/stdlib/source/test/lux/world/time/day.lux
+++ b/stdlib/source/test/lux/world/time/day.lux
@@ -3,8 +3,8 @@
[lux (.except)
[abstract
[monad (.only do)]
- [\\specification
- ["$[0]" hash]]
+ ["[0]" hash
+ ["[1]T" \\test]]
["[0]" enum
["[1]T" \\test]]
["[0]" codec
@@ -54,7 +54,7 @@
(_.for [/.equivalence]
(equivalenceT.spec /.equivalence ..random))
(_.for [/.hash]
- ($hash.spec /.hash ..random))
+ (hashT.spec /.hash ..random))
(_.for [/.order]
(orderT.spec /.order ..random))
(_.for [/.enum]