Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
waralexrom committed Nov 27, 2024
1 parent e1707bc commit 0739858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ describe('SQL Generation', () => {
});
`);

it('simple join 1', async () => {
it('simple join', async () => {
await compiler.compile();

console.log(joinGraph.buildJoin(['visitor_checkins', 'visitors']));
Expand Down

0 comments on commit 0739858

Please sign in to comment.