aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/compiler/meta/archive.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/meta/compiler/meta/archive.lux')
-rw-r--r--stdlib/source/test/lux/meta/compiler/meta/archive.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/meta/compiler/meta/archive.lux b/stdlib/source/test/lux/meta/compiler/meta/archive.lux
index 44b3961ea..1076b0373 100644
--- a/stdlib/source/test/lux/meta/compiler/meta/archive.lux
+++ b/stdlib/source/test/lux/meta/compiler/meta/archive.lux
@@ -49,8 +49,8 @@
(def test|entry
Test
(do random.monad
- [module/0 (random.lower_case 1)
- module/1 (random.lower_case 2)
+ [module/0 (random.lower_cased 1)
+ module/1 (random.lower_cased 2)
signature $/signature.random
.let [version (the /signature.#version signature)]
fake_version (random.only (|>> (n.= version) not) random.nat)
@@ -200,8 +200,8 @@
(<| (_.covering /._)
(_.for [/.Archive])
(do random.monad
- [module/0 (random.lower_case 1)
- module/1 (random.lower_case 2)
+ [module/0 (random.lower_cased 1)
+ module/1 (random.lower_cased 2)
signature $/signature.random
content/0 random.nat
content/1 (random.only (|>> (n.= content/0) not) random.nat)