Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbounakis committed Feb 9, 2025
1 parent 5ed3032 commit d1f5710
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/QueryExpression.selectJson.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -712,5 +712,4 @@ describe('SqlFormatter', () => {
expect(Array.isArray(item.tags)).toBeTruthy();
expect(item.tags).toEqual([ 'user', 'customer', 'admin' ]);
});

});

0 comments on commit d1f5710

Please sign in to comment.