aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/time/month.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/time/month.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/time/month.lux b/stdlib/source/test/lux/time/month.lux
index 1ebd3810c..d7078fa65 100644
--- a/stdlib/source/test/lux/time/month.lux
+++ b/stdlib/source/test/lux/time/month.lux
@@ -30,7 +30,7 @@
(def: #export test
Test
- (<| (_.context (%.name (name-of /._)))
+ (<| (_.context (%.name (name_of /._)))
($_ _.and
($equivalence.spec /.equivalence ..month)
($order.spec /.order ..month)