aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math/number/complex.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/math/number/complex.lux')
-rw-r--r--stdlib/source/test/lux/math/number/complex.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/math/number/complex.lux b/stdlib/source/test/lux/math/number/complex.lux
index 18fbdd28e..501d01cd0 100644
--- a/stdlib/source/test/lux/math/number/complex.lux
+++ b/stdlib/source/test/lux/math/number/complex.lux
@@ -270,7 +270,8 @@
(def .public test
Test
(<| (_.covering /._)
- (_.for [/.Complex])
+ (_.for [/.Complex
+ /.#imaginary /.#real])
(all _.and
(_.for [/.= /.equivalence]
($equivalence.spec /.equivalence ..random))