Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierCavadenti committed Mar 29, 2023
1 parent 2ad7719 commit cba2210
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration2/query/select/unions.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ describe('All Union functions [.union(), .unionAll(), .intersect(), .except()]',
getAllDbs().forEach((db) => {
describe(db, () => {
let knex;
const unionCols = ['last_name', 'phone'];

before(async () => {
knex = logger(getKnexForDb(db));

Expand Down

0 comments on commit cba2210

Please sign in to comment.