Skip to content

Commit

Permalink
refactor: clarified the name of a method.
Browse files Browse the repository at this point in the history
  • Loading branch information
hemalvarambhia committed Jan 15, 2024
1 parent abf6a61 commit 45b4d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Math-Tests-Complex/PMComplexNumberTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ PMComplexNumberTest >> testRaisedToInteger [
]

{ #category : #'testing - mathematical functions' }
PMComplexNumberTest >> testRaisedToIntegerWithFloats [
PMComplexNumberTest >> testRaisedToIntegerWithNonIntegersRaisesAnError [
|z|
z := 5 - 9 i.
self should: [ z raisedToInteger: 3.0 ] raise: ArithmeticError .
Expand Down

0 comments on commit 45b4d3c

Please sign in to comment.