Skip to content

Commit

Permalink
Update RationalTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy committed Oct 22, 2020
1 parent 8e2e4dc commit 03d02db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Number/RationalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ public function dataProviderForPow(): array
* @test The inverse of zero throws an exception.
* @throws \Exception
*/
public function testPowException()
public function testInverseException()
{
// Given
$number = new Rational(0, 0, 1);
Expand Down

0 comments on commit 03d02db

Please sign in to comment.