aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/program.lux')
-rw-r--r--stdlib/source/test/lux/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/program.lux b/stdlib/source/test/lux/program.lux
index dbe034606..90e5aae43 100644
--- a/stdlib/source/test/lux/program.lux
+++ b/stdlib/source/test/lux/program.lux
@@ -96,7 +96,7 @@
Test
(<| (_.covering /._)
(do random.monad
- [inputs (random.list 5 (random.upper_case 5))]
+ [inputs (random.list 5 (random.upper_cased 5))]
(all _.and
(_.coverage [/.Program /.program]
(let [(open "list#[0]") (list.equivalence text.equivalence)]