Skip to content

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard Wolters committed Sep 11, 2023
1 parent 090c9fd commit 0e4e84f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class QueryMergeTest extends DslTestSpec {
| uuid,
| column_5,
| column_6,
| column_bg,
| *
|FROM
| (SELECT *
Expand All @@ -70,6 +71,7 @@ class QueryMergeTest extends DslTestSpec {
| column_4,
| column_5,
| column_6,
| column_bg,
| *
| FROM
| (SELECT *
Expand Down

0 comments on commit 0e4e84f

Please sign in to comment.