Skip to content

Commit 11a1fd0

Browse files
committed
Update tests
1 parent fae8302 commit 11a1fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BootstrapperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function testIsEnabled()
4141
public function testGetScores()
4242
{
4343
$this->assertInstanceOf(Collection::class, $scores = $this->bootstrapper->getScores());
44-
$this->assertNotEmpty($scores);
44+
$this->assertTrue($scores->isNotEmpty());
4545

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

0 commit comments

Comments
 (0)