diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/test/aedifex/dependency.lux | 2 | ||||
-rw-r--r-- | stdlib/source/test/aedifex/dependency/deployment.lux | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/aedifex/dependency.lux b/stdlib/source/test/aedifex/dependency.lux index 21e90f754..bdc26bd7b 100644 --- a/stdlib/source/test/aedifex/dependency.lux +++ b/stdlib/source/test/aedifex/dependency.lux @@ -19,7 +19,7 @@ (Random /.Dependency) (all random.and @artifact.random - (random.ascii/alpha 1))) + (random.alphabetic 1))) (def: .public test Test diff --git a/stdlib/source/test/aedifex/dependency/deployment.lux b/stdlib/source/test/aedifex/dependency/deployment.lux index c52ff5f21..12b175534 100644 --- a/stdlib/source/test/aedifex/dependency/deployment.lux +++ b/stdlib/source/test/aedifex/dependency/deployment.lux @@ -148,7 +148,7 @@ (<| (_.covering /._) (do [! random.monad] [address (# ! each (text.suffix uri.separator) - (random.ascii/upper 10))] + (random.upper_case 10))] (all _.and (do [! random.monad] [[dependency expected_artifact package] ..bundle |