aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/program.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/world/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/world/program.lux b/stdlib/source/test/lux/world/program.lux
index 6760865e7..9940220ac 100644
--- a/stdlib/source/test/lux/world/program.lux
+++ b/stdlib/source/test/lux/world/program.lux
@@ -64,7 +64,7 @@
(|> environment
(dictionary.get key)
(maybe\map (text\= value))
- (maybe.default false)))))))))))
+ (maybe.else false)))))))))))
(_.cover [/.unknown_environment_variable]
(let [program (/.mock environment home directory)]
(|> unknown