Skip to content

Commit c63d975

Browse files
committed
Apply fixes from StyleCI
1 parent 38cb1c6 commit c63d975

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/Feature/Controllers/SearchIncludingRelationshipsOperationsTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -552,17 +552,16 @@ public function test_getting_a_list_of_resources_including_belongs_to_many_relat
552552
'includes' => [
553553
[
554554
'relation' => 'belongsToManyRelation',
555-
'filters' => [
556-
['field' => 'models.pivot.number', 'operator' => '>', 'value' => 2]
557-
]
555+
'filters' => [
556+
['field' => 'models.pivot.number', 'operator' => '>', 'value' => 2],
557+
],
558558
],
559559
],
560560
],
561561
],
562562
['Accept' => 'application/json']
563563
);
564564

565-
566565
$this->assertResourcePaginated(
567566
$response,
568567
[$matchingModel, $matchingModel2],

0 commit comments

Comments
 (0)