diff options
Diffstat (limited to 'stdlib/source/test/lux/world/time/month.lux')
-rw-r--r-- | stdlib/source/test/lux/world/time/month.lux | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/world/time/month.lux b/stdlib/source/test/lux/world/time/month.lux index 20d2d070e..9d1f05ab6 100644 --- a/stdlib/source/test/lux/world/time/month.lux +++ b/stdlib/source/test/lux/world/time/month.lux @@ -5,8 +5,9 @@ [monad (.only do)] [\\specification ["$[0]" equivalence] - ["$[0]" hash] - ["$[0]" enum]] + ["$[0]" hash]] + ["[0]" enum + ["[1]T" \\test]] ["[0]" codec ["[1]T" \\test]] ["[0]" order @@ -50,7 +51,7 @@ (_.for [/.order] (orderT.spec /.order ..random)) (_.for [/.enum] - ($enum.spec /.enum ..random)) + (enumT.spec /.enum ..random)) (_.for [/.codec] (codecT.spec /.equivalence /.codec ..random)) |