aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/tool/compiler/meta/archive/registry.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/tool/compiler/meta/archive/registry.lux')
-rw-r--r--stdlib/source/test/lux/tool/compiler/meta/archive/registry.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/tool/compiler/meta/archive/registry.lux b/stdlib/source/test/lux/tool/compiler/meta/archive/registry.lux
index 15f5f800c..c097d5190 100644
--- a/stdlib/source/test/lux/tool/compiler/meta/archive/registry.lux
+++ b/stdlib/source/test/lux/tool/compiler/meta/archive/registry.lux
@@ -53,12 +53,12 @@
(<| (_.covering /._)
(_.for [/.Registry])
(do [! random.monad]
- [expected_name (random.ascii/lower 5)
+ [expected_name (random.lower_case 5)
mandatory? random.bit
expected_dependencies (..random_dependencies 5)
expected_amount (# ! each (n.% 10) random.nat)
- expected_names (|> (random.ascii/lower 1)
+ expected_names (|> (random.lower_case 1)
(random.set text.hash expected_amount)
(# ! each set.list))]
(`` (all _.and