aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/spec/lux/world/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/spec/lux/world/program.lux')
-rw-r--r--stdlib/source/spec/lux/world/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/spec/lux/world/program.lux b/stdlib/source/spec/lux/world/program.lux
index f7f848ed3..939445169 100644
--- a/stdlib/source/spec/lux/world/program.lux
+++ b/stdlib/source/spec/lux/world/program.lux
@@ -21,8 +21,8 @@
(-> (/.Program Promise) Test)
(do random.monad
[exit random.int]
- (wrap (do promise.monad
- [environment (\ subject environment [])
+ (wrap (do {! promise.monad}
+ [environment (/.environment ! subject)
home (\ subject home [])
directory (\ subject directory [])]
(_.cover' [/.Program]