aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/dependency/resolution.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex/dependency/resolution.lux')
-rw-r--r--stdlib/source/test/aedifex/dependency/resolution.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/aedifex/dependency/resolution.lux b/stdlib/source/test/aedifex/dependency/resolution.lux
index ae8c7699b..ebb32b790 100644
--- a/stdlib/source/test/aedifex/dependency/resolution.lux
+++ b/stdlib/source/test/aedifex/dependency/resolution.lux
@@ -59,7 +59,7 @@
(def: #export (single artifact package)
(-> Artifact Package (Simulation Any))
(let [expected (///artifact.uri (get@ #///artifact.version artifact) artifact)]
- (structure
+ (implementation
(def: (on_download uri state)
(if (text.contains? expected uri)
(cond (text.ends_with? ///artifact/extension.lux_library uri)
@@ -122,7 +122,7 @@
(def: (bad_sha-1 expected_artifact expected_package dummy_package)
(-> Artifact Package Package (Simulation Any))
- (structure
+ (implementation
(def: (on_download uri state)
(if (text.contains? (///artifact.uri (get@ #///artifact.version expected_artifact) expected_artifact) uri)
(cond (text.ends_with? ///artifact/extension.lux_library uri)
@@ -173,7 +173,7 @@
(def: (bad_md5 expected_artifact expected_package dummy_package)
(-> Artifact Package Package (Simulation Any))
- (structure
+ (implementation
(def: (on_download uri state)
(if (text.contains? (///artifact.uri (get@ #///artifact.version expected_artifact) expected_artifact) uri)
(cond (text.ends_with? ///artifact/extension.lux_library uri)