aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/project.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex/project.lux')
-rw-r--r--stdlib/source/test/aedifex/project.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/aedifex/project.lux b/stdlib/source/test/aedifex/project.lux
index cf3a93e52..c191a5f83 100644
--- a/stdlib/source/test/aedifex/project.lux
+++ b/stdlib/source/test/aedifex/project.lux
@@ -28,7 +28,7 @@
(Random [//.Name //.Profile])
(|> @profile.random
(random#each (has //.#parents (list)))
- (random.and (random.ascii/alpha 1))))
+ (random.and (random.alphabetic 1))))
(def: .public random
(Random /.Project)
@@ -62,7 +62,7 @@
(and (not (text#= super_name name))
(not (text#= dummy_name name))
(not (text#= sub_name name))))
- (random.ascii/alpha 1))
+ (random.alphabetic 1))
.let [project (all (# /.monoid composite)
(/.project super_name super_profile)
(/.project dummy_name dummy_profile)