Skip to content

Commit

Permalink
cs-fix
Browse files Browse the repository at this point in the history
Signed-off-by: pine3ree <[email protected]>
  • Loading branch information
pine3ree committed Oct 15, 2023
1 parent b45af50 commit ad4d45f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Sql/Statement/SelectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,7 @@ public function testAddMultipleCombine()
. ' INTERSECT '
. 'SELECT "p2".* FROM "product2" "p2"'
. ' EXCEPT '
. 'SELECT "p3".* FROM "product3" "p3"'
,
. 'SELECT "p3".* FROM "product3" "p3"',
$select0->getSQL()
);
}
Expand Down

0 comments on commit ad4d45f

Please sign in to comment.