Skip to content

Commit 1298c52

Browse files
authored
Update QueryDataTableTest.php
1 parent 9f7169a commit 1298c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Integration/QueryDataTableTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function it_can_set_total_records()
2626
$crawler->assertJson([
2727
'draw' => 0,
2828
'recordsTotal' => 10,
29-
'recordsFiltered' => 10,
29+
'recordsFiltered' => 20,
3030
]);
3131
}
3232

@@ -37,7 +37,7 @@ public function it_can_set_zero_total_records()
3737
$crawler->assertJson([
3838
'draw' => 0,
3939
'recordsTotal' => 0,
40-
'recordsFiltered' => 0,
40+
'recordsFiltered' => 20,
4141
]);
4242
}
4343

0 commit comments

Comments
 (0)