Skip to content

Commit

Permalink
wrong test
Browse files Browse the repository at this point in the history
  • Loading branch information
KennedyTedesco committed Oct 14, 2019
1 parent 4a5be2b commit 9f6fb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MathTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public function test_plus() : void
{
$math = new Math();

$this->assertSame(8, $math->plus(4, 4));
$this->assertSame(4, $math->plus(4, 4));
}
}

0 comments on commit 9f6fb11

Please sign in to comment.