Skip to content

Commit

Permalink
refactor: corrected the name of the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hemalvarambhia committed Jan 16, 2024
1 parent ec19743 commit 2e882c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Math-Tests-Complex/PMComplexNumberTest.class.st
Expand Up @@ -938,7 +938,7 @@ PMComplexNumberTest >> testTwoComplexNumbersWithDifferentRealPartsAreNotEqual [
]

{ #category : #'testing - expressing complex numbers' }
PMComplexNumberTest >> testWritingComplexNumbersInRadialCoordinates [
PMComplexNumberTest >> testWritingComplexNumbersInPolarCoordinates [
| c |

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

0 comments on commit 2e882c9

Please sign in to comment.