Skip to content

Commit

Permalink
Fix wrongly edited test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang committed Sep 12, 2024
1 parent 5aafe6e commit 7aae613
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scalasql/test/src/query/SubQueryTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ trait SubQueryTests extends ScalaSqlSuite {
JOIN (SELECT product1.id AS id, product1.price AS price
FROM product product1
ORDER BY price DESC
OFFSET ? ROWS
FETCH FIRST ? ROWS ONLY) subquery1
LIMIT ?) subquery1
ON (purchase0.product_id = subquery1.id)
""",
"""
Expand Down

0 comments on commit 7aae613

Please sign in to comment.