Skip to content

Commit ede673d

Browse files
test: simplified the test a little.
1 parent fdae061 commit ede673d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Math-Tests-Complex/PMComplexNumberTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PMComplexNumberTest >> testAbs [
1717
"self debug: #testAbs"
1818

1919
| c |
20-
c := 6 i: -6.
20+
c := 6 - 6 i.
2121
self assert: c abs equals: 72 sqrt
2222
]
2323

0 commit comments

Comments
 (0)