Skip to content

Commit

Permalink
fix classic filters test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Erik Roald committed Jan 23, 2024
1 parent 481c211 commit a779777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/classic.filters.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Lines.hasMany(packageJoin).as('packages');

beforeAll(async () => {
await createMs('mssql');
await insertData('mssql');
await insertData('pg');
await insertData('oracle');
if (major === 18)
Expand Down

0 comments on commit a779777

Please sign in to comment.