Skip to content

Commit

Permalink
fix: collection test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiannei committed Oct 30, 2021
1 parent eeb05a1 commit a02f269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SuccessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function testSuccessWithCollectionData()
'status' => 'success',
'code' => 200,
'message' => ResponseCodeEnum::fromValue(200)->description,
'data' => ['data' => $data],
'data' => $data,
'error' => (object) [],
]);
$this->assertJsonStringEqualsJsonString($expectedJson, $response->getContent());
Expand Down

0 comments on commit a02f269

Please sign in to comment.