diff --git a/src/Math-Tests-Complex/PMComplexNumberTest.class.st b/src/Math-Tests-Complex/PMComplexNumberTest.class.st index 45b1b80b..4874e0fb 100644 --- a/src/Math-Tests-Complex/PMComplexNumberTest.class.st +++ b/src/Math-Tests-Complex/PMComplexNumberTest.class.st @@ -637,7 +637,7 @@ PMComplexNumberTest >> testRaisedTo [ self assert: c3 imaginary closeTo: c imaginary ] -{ #category : #tests } +{ #category : #'testing - mathematical functions' } PMComplexNumberTest >> testRaisedToFractionalPower [ | z expected |