Skip to content

Commit

Permalink
test: simplified the test a little.
Browse files Browse the repository at this point in the history
  • Loading branch information
hemalvarambhia committed Jan 16, 2024
1 parent fdae061 commit ede673d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Math-Tests-Complex/PMComplexNumberTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

Expand Down

0 comments on commit ede673d

Please sign in to comment.