We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f1ad2 commit c098014Copy full SHA for c098014
1 file changed
tests/Unit/SizeSorter/Items/EmptyListTest.php
@@ -12,7 +12,7 @@
12
});
13
14
test('collection', function () {
15
- $actual = SizeSorter::items(new Collection())->sort()->all();
+ $actual = SizeSorter::items(new Collection)->sort()->all();
16
17
expect($actual)->toBeEmpty()->toBe([]);
18
0 commit comments