Skip to content

Commit 9773f3e

Browse files
Update QueryDataTableTest.php
1 parent cecf821 commit 9773f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/QueryDataTableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function test_simple_queries_with_complexe_select_are_wrapped_without_sel
8888
])
8989
);
9090

91-
$this->assertQueryWrapped(true, $dataTable->prepareCountQuery());
91+
$this->assertQueryWrapped(false, $dataTable->prepareCountQuery());
9292
$this->assertQueryHasNoSelect(true, $dataTable->prepareCountQuery());
9393
$this->assertEquals(20, $dataTable->count());
9494
}

0 commit comments

Comments
 (0)