aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/ffi.old.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/ffi.old.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/ffi.old.lux b/stdlib/source/test/lux/ffi.old.lux
index 39a86642e..f452cf5a1 100644
--- a/stdlib/source/test/lux/ffi.old.lux
+++ b/stdlib/source/test/lux/ffi.old.lux
@@ -181,11 +181,11 @@
(and (/.null? (/.null))
(not (/.null? sample))))
(_.cover [/.???]
- (and (|> (: (Maybe java/lang/Object) (/.??? (/.null)))
+ (and (|> (is (Maybe java/lang/Object) (/.??? (/.null)))
(pipe.case
{.#None} #1
_ #0))
- (|> (: (Maybe java/lang/Object) (/.??? sample))
+ (|> (is (Maybe java/lang/Object) (/.??? sample))
(pipe.case
{.#Some _} #1
_ #0))))