File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ public function testResourcesMayLoadOptionalRelationshipAggregates()
458
458
'title ' => 'Test Title ' ,
459
459
'comments_avg_rating ' => 3.8 ,
460
460
'comments_min_rating ' => 2 ,
461
- 'comments_max_rating ' => 5
461
+ 'comments_max_rating ' => 5 ,
462
462
]);
463
463
464
464
return new PostResourceWithOptionalRelationshipAggregates ($ post );
@@ -476,7 +476,7 @@ public function testResourcesMayLoadOptionalRelationshipAggregates()
476
476
'title ' => 'Test Title ' ,
477
477
'average_rating ' => 3.8 ,
478
478
'minimum_rating ' => 2 ,
479
- 'maximum_rating ' => " 5 ratings " ,
479
+ 'maximum_rating ' => ' 5 ratings ' ,
480
480
],
481
481
]);
482
482
}
@@ -504,7 +504,7 @@ public function testResourcesMayHaveOptionalRelationshipAggregates()
504
504
'title ' => 'Test Title ' ,
505
505
'average_rating ' => null ,
506
506
'minimum_rating ' => null ,
507
- 'maximum_rating ' => " Default Value " ,
507
+ 'maximum_rating ' => ' Default Value ' ,
508
508
],
509
509
]);
510
510
}
You can’t perform that action at this time.
0 commit comments