aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/repository/remote.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex/repository/remote.lux')
-rw-r--r--stdlib/source/test/aedifex/repository/remote.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/test/aedifex/repository/remote.lux b/stdlib/source/test/aedifex/repository/remote.lux
index 5a1c21316..4540ee5eb 100644
--- a/stdlib/source/test/aedifex/repository/remote.lux
+++ b/stdlib/source/test/aedifex/repository/remote.lux
@@ -85,14 +85,14 @@
Test
(<| (_.covering /._)
(do [! random.monad]
- [address (random.upper_case 10)
- uri (random.lower_case 10)
+ [address (random.upper_cased 10)
+ uri (random.lower_cased 10)
- user (random.lower_case 10)
- password (random.lower_case 10)
+ user (random.lower_cased 10)
+ password (random.lower_cased 10)
content (at ! each (at utf8.codec encoded)
- (random.lower_case 10))]
+ (random.lower_cased 10))]
(all _.and
(_.coverage [/.repository /.user_agent /.Address]
(let [repo (/.repository (..good_http user password)