Skip to content

Commit

Permalink
assertTrue() now uses correct number of parameters as part of the uni…
Browse files Browse the repository at this point in the history
…t test.
  • Loading branch information
allebb committed Jan 30, 2020
1 parent 426a672 commit 065c6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@ public function testRandomItem()
if (($random > 0) && ($random <= 10)) {
$assertion = true;
}
$this->assertTrue($assertion, $random);
$this->assertTrue($assertion);
}
}

0 comments on commit 065c6dd

Please sign in to comment.