From 7abf5847269a3d746fa60950c557230da56f3c63 Mon Sep 17 00:00:00 2001 From: hemalvarambhia Date: Thu, 11 Jan 2024 22:52:28 +0000 Subject: [PATCH] refactor: corrected the category. --- src/Math-Tests-Complex/PMComplexNumberTest.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |