Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Jan 28, 2024
1 parent cfdd863 commit 2f342bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/QueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ public function testOuterUnion()
->where('id', 2)
)
->withExpression('u', DB::table('users'))
->orderBy('id')
->get();

$this->assertEquals([1, 2], $rows->pluck('id')->all());
Expand Down

0 comments on commit 2f342bf

Please sign in to comment.