Skip to content

Commit

Permalink
Resolve test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
takegue committed Jul 29, 2023
1 parent 4808029 commit 7d5918c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe('util test: sql extraction ', () => {
{
input: `with cte as (select * from \`child_table\`) select * from cte`,
expectedDestinations: [],
expectedReferences: ['`child_table`'],
expectedReferences: ['`child_table`', 'cte'],
},
{
input: `select 1`,
Expand Down

0 comments on commit 7d5918c

Please sign in to comment.