From 120ebb44dbb1a20fc150e5e58099f90be2e61d49 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 8 Apr 2022 21:32:38 -0400 Subject: Better names for random text/character generators. --- stdlib/source/test/aedifex/cli.lux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stdlib/source/test/aedifex/cli.lux') diff --git a/stdlib/source/test/aedifex/cli.lux b/stdlib/source/test/aedifex/cli.lux index 4d577e737..c02ae8c4f 100644 --- a/stdlib/source/test/aedifex/cli.lux +++ b/stdlib/source/test/aedifex/cli.lux @@ -42,9 +42,9 @@ (random#in []) ... #Deploy (all random.and - (random.ascii/alpha 1) - (random.ascii/alpha 1) - (random.ascii/alpha 1)) + (random.alphabetic 1) + (random.alphabetic 1) + (random.alphabetic 1)) ... #Compilation ..compilation ... #Auto @@ -87,7 +87,7 @@ (def: with_profile Test (do random.monad - [expected_profile (random.ascii/alpha 1) + [expected_profile (random.alphabetic 1) expected_command ..command] (_.test "With profile." (|> expected_command -- cgit v1.2.3