aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/type/quotient.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/type/quotient.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/type/quotient.lux b/stdlib/source/test/lux/type/quotient.lux
index ae137a428..3233777c4 100644
--- a/stdlib/source/test/lux/type/quotient.lux
+++ b/stdlib/source/test/lux/type/quotient.lux
@@ -41,14 +41,14 @@
(_.for [/.Class]
(_.cover [/.class]
- (is? (: Any class)
- (: Any (/.class class)))))
+ (same? (: Any class)
+ (: Any (/.class class)))))
(_.for [/.Quotient]
($_ _.and
(_.cover [/.quotient /.value /.label]
(let [quotient (/.quotient (/.class class) value)]
- (and (is? value
- (/.value quotient))
+ (and (same? value
+ (/.value quotient))
(text\= (class value)
(/.label quotient)))))
(_.cover [/.type]