Skip to content

Commit 2e882c9

Browse files
refactor: corrected the name of the test.
1 parent ec19743 commit 2e882c9

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
@@ -938,7 +938,7 @@ PMComplexNumberTest >> testTwoComplexNumbersWithDifferentRealPartsAreNotEqual [
938938
]
939939

940940
{ #category : #'testing - expressing complex numbers' }
941-
PMComplexNumberTest >> testWritingComplexNumbersInRadialCoordinates [
941+
PMComplexNumberTest >> testWritingComplexNumbersInPolarCoordinates [
942942
| c |
943943

944944
c := PMComplexNumber abs: 5 arg: Float pi / 2.

0 commit comments

Comments
 (0)