Skip to content

Commit 5ffeb7d

Browse files
committed
test utf8 instead utf8mb4
1 parent 375fa75 commit 5ffeb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/connection/encoding/test-charset-results.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function tryEncoding (encoding, cb) {
2020
tryEncoding('cp1251', function () {
2121
tryEncoding('koi8r', function () {
2222
tryEncoding('cp866', function () {
23-
tryEncoding('utf8mb4', function () {
23+
tryEncoding('utf8', function () {
2424
connection.end();
2525
});
2626
});

0 commit comments

Comments
 (0)