aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/local.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex/local.lux')
-rw-r--r--stdlib/source/test/aedifex/local.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/test/aedifex/local.lux b/stdlib/source/test/aedifex/local.lux
index 241915579..c46a1679d 100644
--- a/stdlib/source/test/aedifex/local.lux
+++ b/stdlib/source/test/aedifex/local.lux
@@ -20,8 +20,8 @@
(<| (_.covering /._)
(do [! random.monad]
[sample @artifact.random]
- ($_ _.and
- (_.cover [/.repository /.uri]
- (text.starts_with? /.repository
- (/.uri (the //artifact.#version sample) sample)))
- ))))
+ (all _.and
+ (_.cover [/.repository /.uri]
+ (text.starts_with? /.repository
+ (/.uri (the //artifact.#version sample) sample)))
+ ))))