We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf6a61 commit 45b4d3cCopy full SHA for 45b4d3c
1 file changed
src/Math-Tests-Complex/PMComplexNumberTest.class.st
@@ -656,7 +656,7 @@ PMComplexNumberTest >> testRaisedToInteger [
656
]
657
658
{ #category : #'testing - mathematical functions' }
659
-PMComplexNumberTest >> testRaisedToIntegerWithFloats [
+PMComplexNumberTest >> testRaisedToIntegerWithNonIntegersRaisesAnError [
660
|z|
661
z := 5 - 9 i.
662
self should: [ z raisedToInteger: 3.0 ] raise: ArithmeticError .
0 commit comments