Skip to content

Commit

Permalink
test: fix breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 26, 2022
1 parent 352aac0 commit f65bdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/connection/connection.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if (process.env.DB === 'mysql') {
const connection = new Connection('primary', config, app.logger)
connection.connect()

assert.equal(connection.client!['context'].client.constructor.name, 'Client_MySQL')
assert.equal(connection.client!['context'].client.constructor.name, 'Client_MySQL2')
assert.equal(connection.client!['context'].client.config.connection.charset, 'utf-8')
assert.equal(connection.client!['context'].client.config.connection.typeCast, false)
await connection.disconnect()
Expand Down

0 comments on commit f65bdac

Please sign in to comment.