aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/time.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/world/time.lux')
-rw-r--r--stdlib/source/test/lux/world/time.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/world/time.lux b/stdlib/source/test/lux/world/time.lux
index 6e3bbff5b..4ca58afca 100644
--- a/stdlib/source/test/lux/world/time.lux
+++ b/stdlib/source/test/lux/world/time.lux
@@ -76,7 +76,7 @@
(text.prefix <prefix>)
(text.suffix <suffix>)
(at /.codec decoded)
- (pipe.case
+ (pipe.when
{try.#Success _} true
{try.#Failure error} false))
@@ -86,7 +86,7 @@
(text.prefix <prefix>)
(text.suffix <suffix>)
(at /.codec decoded)
- (pipe.case
+ (pipe.when
{try.#Success _}
false
@@ -104,7 +104,7 @@
%.nat
(format "00:00:00.")
(at /.codec decoded)
- (pipe.case
+ (pipe.when
{try.#Success _} true
{try.#Failure error} false)))
))))
@@ -129,7 +129,7 @@
(try#each (at /.equivalence = expected))
(try.else false)))
(_.coverage [/.time_exceeds_a_day]
- (case (/.of_millis out_of_bounds)
+ (when (/.of_millis out_of_bounds)
{try.#Success _}
false