Skip to content

Commit 70b2ac3

Browse files
committed
Update QueryDataTableTest.php
1 parent 5b413b8 commit 70b2ac3

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
@@ -82,7 +82,7 @@ public function test_simple_queries_with_complexe_select_are_wrapped_without_sel
8282
'last_post_id' => DB::table('posts')
8383
->whereColumn('posts.user_id', 'users.id')
8484
->orderBy('created_at')
85-
->select('id')
85+
->select('id'),
8686
])
8787
);
8888

0 commit comments

Comments
 (0)