Skip to content

Commit cc8b69c

Browse files
pdphilipgithub-actions[bot]
authored andcommitted
apply pint formatting
1 parent 80a01b5 commit cc8b69c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/QueryElasticsearchSpecificTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
});
129129

130130
it('counts nested queries', function () {
131-
$count = Post::where('status',2)->whereNestedObject('comments', function (Builder $query) {
131+
$count = Post::where('status', 2)->whereNestedObject('comments', function (Builder $query) {
132132
$query->where('country', 'USA');
133133
})->count();
134134
expect($count)->toBe(2);

0 commit comments

Comments
 (0)