aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/profile.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex/profile.lux')
-rw-r--r--stdlib/source/test/aedifex/profile.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/test/aedifex/profile.lux b/stdlib/source/test/aedifex/profile.lux
index aa2159929..e674942e0 100644
--- a/stdlib/source/test/aedifex/profile.lux
+++ b/stdlib/source/test/aedifex/profile.lux
@@ -98,8 +98,9 @@
(Random /.Info)
($_ random.and
(random.maybe (random.ascii/alpha 1))
+ (random.maybe (random.ascii/alpha 2))
(random.maybe ..scm)
- (random.maybe (random.ascii/alpha 1))
+ (random.maybe (random.ascii/alpha 3))
(..list_of ..license)
(random.maybe ..organization)
(..list_of ..developer)