Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed Apr 18, 2022
1 parent fae8302 commit 11a1fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BootstrapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function testIsEnabled()
public function testGetScores()
{
$this->assertInstanceOf(Collection::class, $scores = $this->bootstrapper->getScores());
$this->assertNotEmpty($scores);
$this->assertTrue($scores->isNotEmpty());

$scores->each(function ($score) {
$this->assertArrayHasKey('Summary', $score);
Expand Down

0 comments on commit 11a1fd0

Please sign in to comment.