Skip to content

Commit 30a6de0

Browse files
authored
chore: Fixed mysql2 tests for new mysql2 version (#2853)
1 parent daa3700 commit 30a6de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/versioned/mysql2/promises.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ if (semver.satisfies(pkgVersion, '>=2.3.0')) {
275275

276276
// does not work until mysql2 bug is fixed
277277
// https://github.com/sidorares/node-mysql2/issues/3091
278-
if (!semver.satisfies(pkgVersion, '>=3.11.1 <3.12.0')) {
278+
if (!semver.satisfies(pkgVersion, '>=3.11.1 <3.13.0')) {
279279
await t.test('get star', async function (t) {
280280
const { agent, poolCluster } = t.nr
281281
const connection = await poolCluster.of('*').getConnection()

0 commit comments

Comments
 (0)