Skip to content

Commit 45b4d3c

Browse files
refactor: clarified the name of a method.
1 parent abf6a61 commit 45b4d3c

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
@@ -656,7 +656,7 @@ PMComplexNumberTest >> testRaisedToInteger [
656656
]
657657

658658
{ #category : #'testing - mathematical functions' }
659-
PMComplexNumberTest >> testRaisedToIntegerWithFloats [
659+
PMComplexNumberTest >> testRaisedToIntegerWithNonIntegersRaisesAnError [
660660
|z|
661661
z := 5 - 9 i.
662662
self should: [ z raisedToInteger: 3.0 ] raise: ArithmeticError .

0 commit comments

Comments
 (0)