aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/version.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/meta/version.lux')
-rw-r--r--stdlib/source/test/lux/meta/version.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/meta/version.lux b/stdlib/source/test/lux/meta/version.lux
index 00e1ac020..58e8296c9 100644
--- a/stdlib/source/test/lux/meta/version.lux
+++ b/stdlib/source/test/lux/meta/version.lux
@@ -36,7 +36,7 @@
Test
(<| (_.covering /._)
(with_expansions [<current> (/.current)
- <fake> (static.random code.text (random.ascii/lower 1))])
+ <fake> (static.random code.text (random.lower_case 1))])
(all _.and
(_.cover [/.latest]
(n.> 0 /.latest))