Skip to content

Commit

Permalink
fix: make style-ci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lmottasin committed Jul 4, 2024
1 parent e6a97b1 commit ad39510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Support/SupportLazyCollectionIsLazyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public function testMultiplyIsLazy()
});

$this->assertEnumeratesCollectionOnce(
$this->make([1, 2,3]),
$this->make([1, 2, 3]),
function ($collection) {
return $collection->multiply(3)->all();
}
Expand Down

0 comments on commit ad39510

Please sign in to comment.