Skip to content

Commit

Permalink
Merge pull request #2807 from yajra/analysis-lZKkdk
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
yajra authored Jun 24, 2022
2 parents a83cc54 + dc0c142 commit 7c09472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Integration/CollectionDataTableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public function it_returns_zero_filtered_records_on_empty_collection()
{
$crawler = $this->call('GET', '/collection/empty');
$crawler->assertExactJson([
"data" => [],
"draw" => 0,
"input" => [],
'data' => [],
'draw' => 0,
'input' => [],
'recordsTotal' => 0,
'recordsFiltered' => 0,
]);
Expand Down

0 comments on commit 7c09472

Please sign in to comment.