Skip to content

Commit ed186f8

Browse files
committed
🚨 pacify the linter
1 parent 0bb4ae5 commit ed186f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test-multi-result-streaming.test.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { createConnection } = require('../common.test.cjs');
1212
sql2 =
1313
'select * from information_schema.columns order by table_schema, table_name limit 1;';
1414

15-
await conn.promise().query("set global max_allowed_packet=524288000");
15+
await conn.promise().query('set global max_allowed_packet=524288000');
1616

1717
const compare1 = await conn.promise().query(sql1);
1818
const compare2 = await conn.promise().query(sql2);

0 commit comments

Comments
 (0)