From ede673de95b0adcd4ce9e07d9a7e39951177418a Mon Sep 17 00:00:00 2001 From: hemalvarambhia Date: Tue, 16 Jan 2024 20:08:13 +0000 Subject: [PATCH] test: simplified the test a little. --- src/Math-Tests-Complex/PMComplexNumberTest.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Math-Tests-Complex/PMComplexNumberTest.class.st b/src/Math-Tests-Complex/PMComplexNumberTest.class.st index 8c3a039c..d3766878 100644 --- a/src/Math-Tests-Complex/PMComplexNumberTest.class.st +++ b/src/Math-Tests-Complex/PMComplexNumberTest.class.st @@ -17,7 +17,7 @@ PMComplexNumberTest >> testAbs [ "self debug: #testAbs" | c | - c := 6 i: -6. + c := 6 - 6 i. self assert: c abs equals: 72 sqrt ]