Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Oct 12, 2023
1 parent 0707887 commit c8a3a8e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/Feature/RelationshipsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1505,10 +1505,10 @@ public function testItCanIncludeDeepNestedResourcesForASingleResource(): void
[
'id' => 'nested-post-id',
'type' => 'basicModels',
]
]
]
]
],
],
],
],
],
[
'id' => 'nested-post-id',
Expand All @@ -1522,17 +1522,17 @@ public function testItCanIncludeDeepNestedResourcesForASingleResource(): void
'data' => [
'id' => 'nested-post-author-id',
'type' => 'basicModels',
]
],
],
'comments' => [
'data' => [
[
'id' => 'nested-post-comment-id',
'type' => 'basicModels',
]
]
]
]
],
],
],
],
],
[
'id' => 'nested-post-author-id',
Expand All @@ -1547,7 +1547,7 @@ public function testItCanIncludeDeepNestedResourcesForASingleResource(): void
'attributes' => [
'content' => 'Oh hey there!',
],
]
],
],
]);
$this->assertValidJsonApi($response);
Expand Down

0 comments on commit c8a3a8e

Please sign in to comment.