aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/cache.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex/cache.lux')
-rw-r--r--stdlib/source/test/aedifex/cache.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/aedifex/cache.lux b/stdlib/source/test/aedifex/cache.lux
index ca247f3f0..a641ee369 100644
--- a/stdlib/source/test/aedifex/cache.lux
+++ b/stdlib/source/test/aedifex/cache.lux
@@ -102,8 +102,8 @@
Test
(do [! random.monad]
[[dependency expected_package] ..package
- home (random.ascii/alpha 5)
- working_directory (random.ascii/alpha 5)
+ home (random.alphabetic 5)
+ working_directory (random.alphabetic 5)
.let [fs (is (file.System Async)
(file.mock (# file.default separator)))
program (program.async (program.mock environment.empty home working_directory))]]
@@ -123,8 +123,8 @@
Test
(do [! random.monad]
[expected ..resolution
- home (random.ascii/alpha 5)
- working_directory (random.ascii/alpha 5)
+ home (random.alphabetic 5)
+ working_directory (random.alphabetic 5)
.let [fs (is (file.System Async)
(file.mock (# file.default separator)))
program (program.async (program.mock environment.empty home working_directory))]]