aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command/pom.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-04-09 03:03:46 -0400
committerEduardo Julian2022-04-09 03:03:46 -0400
commit04c7f49a732380a2b9f72b1b937171b341c24323 (patch)
treed54c92bf10665bba0ec4643746becce569604fb2 /stdlib/source/test/aedifex/command/pom.lux
parentf11afb9d2dfe2d59b41e8056eb8c4ae65268415f (diff)
Better names for testing macros (plus better indentation).
Diffstat (limited to 'stdlib/source/test/aedifex/command/pom.lux')
-rw-r--r--stdlib/source/test/aedifex/command/pom.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/test/aedifex/command/pom.lux b/stdlib/source/test/aedifex/command/pom.lux
index 464189af0..54312e388 100644
--- a/stdlib/source/test/aedifex/command/pom.lux
+++ b/stdlib/source/test/aedifex/command/pom.lux
@@ -57,14 +57,14 @@
(binary#= expected actual)]]
(in (and logging!
expected_content!)))]
- (_.cover' [/.do! /.success]
- (try.else false verdict)))
+ (_.coverage' [/.do! /.success]
+ (try.else false verdict)))
{try.#Failure error}
- (_.cover' [/.do!]
- (case (the ///.#identity sample)
- {.#Some _}
- false
+ (_.coverage' [/.do!]
+ (case (the ///.#identity sample)
+ {.#Some _}
+ false
- {.#None}
- true))))))))
+ {.#None}
+ true))))))))