Skip to content

Commit

Permalink
chore: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Sep 11, 2023
1 parent 9b6cec1 commit e5ec12a
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ export async function smokeTestClient(driverAdapter: DriverAdapter) {
'-- Implicit "COMMIT" query via underlying driver',
]

const postgresExpectedQueries = [
'BEGIN',
'DEALLOCATE ALL',
'SELECT 1',
'SELECT 2',
'SELECT 3',
'COMMIT',
]

if (['mysql'].includes(provider)) {
if (isUsingDriverAdapters) {
assert.deepEqual(queries, driverAdapterExpectedQueries)
Expand Down

0 comments on commit e5ec12a

Please sign in to comment.