Skip to content

Commit

Permalink
Changes in e2e test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-cor committed Jan 8, 2025
1 parent b9131f7 commit 5acbb84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->

<e2e-test-cases>
<test-case sql="WITH orders AS (SELECT * FROM t_order) SELECT * FROM orders" db-types="MySQL" scenario-types="db,tbl">
<assertion expected-data-source-name="read_dataset"/>
<test-case sql="WITH products AS (SELECT * FROM t_product) SELECT * FROM products" db-types="MySQL" scenario-types="db">
<assertion />
</test-case>
</e2e-test-cases>

0 comments on commit 5acbb84

Please sign in to comment.