Skip to content

Commit 24a5824

Browse files
committed
[misc] MySQL test correction
1 parent d089e89 commit 24a5824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/datatype/test-json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('json', () => {
3333
await testJsonInsertFormat(con2, true, true);
3434
await con2.end();
3535

36-
const con3 = await base.createConnection({ charset: 'latin7', autoJsonMap: false });
36+
const con3 = await base.createConnection({ charset: 'latin7', jsonStrings: true, autoJsonMap: false });
3737
await testJsonInsertFormat(con3, true, false);
3838
await con3.end();
3939
});

0 commit comments

Comments
 (0)