aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/parser/environment.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/control/parser/environment.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/control/parser/environment.lux b/stdlib/source/test/lux/control/parser/environment.lux
index 2c2263862..117693fe9 100644
--- a/stdlib/source/test/lux/control/parser/environment.lux
+++ b/stdlib/source/test/lux/control/parser/environment.lux
@@ -21,7 +21,7 @@
(def: #export test
Test
(<| (_.covering /._)
- (_.with-cover [/.Parser])
+ (_.for [/.Environment /.Parser])
($_ _.and
(_.cover [/.empty]
(dictionary.empty? /.empty))
@@ -34,7 +34,7 @@
(do random.monad
[property (random.ascii/alpha 1)
expected (random.ascii/alpha 1)]
- (_.cover [/.property]
+ (_.cover [/.Property /.property]
(|> /.empty
(dictionary.put property expected)
(/.run (/.property property))