Skip to content

Commit

Permalink
test: update expectation to match the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Jun 12, 2024
1 parent f3166e5 commit da1534c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Traits/ResponseTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function testCanInclude(): void
$this->assertArrayHasKey('parent', $result['data']);
$this->assertNotNull($result['data']['parent']);
$this->assertMetadata($result);
$this->assertEquals($includes, $result['meta']['include']);
$this->assertContains($includes, $result['meta']['include']);
}

public static function resourceKeyProvider(): array
Expand Down

0 comments on commit da1534c

Please sign in to comment.