Skip to content

Commit f3bc33e

Browse files
committed
Apply fixes from StyleCI
1 parent f42ae50 commit f3bc33e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Integration/Http/ResourceTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ public function testResourcesMayLoadOptionalRelationshipAggregates()
458458
'title' => 'Test Title',
459459
'comments_avg_rating' => 3.8,
460460
'comments_min_rating' => 2,
461-
'comments_max_rating' => 5
461+
'comments_max_rating' => 5,
462462
]);
463463

464464
return new PostResourceWithOptionalRelationshipAggregates($post);
@@ -476,7 +476,7 @@ public function testResourcesMayLoadOptionalRelationshipAggregates()
476476
'title' => 'Test Title',
477477
'average_rating' => 3.8,
478478
'minimum_rating' => 2,
479-
'maximum_rating' => "5 ratings",
479+
'maximum_rating' => '5 ratings',
480480
],
481481
]);
482482
}
@@ -504,7 +504,7 @@ public function testResourcesMayHaveOptionalRelationshipAggregates()
504504
'title' => 'Test Title',
505505
'average_rating' => null,
506506
'minimum_rating' => null,
507-
'maximum_rating' => "Default Value",
507+
'maximum_rating' => 'Default Value',
508508
],
509509
]);
510510
}

0 commit comments

Comments
 (0)