Skip to content

Commit 4e7f697

Browse files
committed
Enable integration tests for UDT and Tuple
1 parent 1699866 commit 4e7f697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/supported/client-execute-prepared-tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ describe("Client @SERVER_API", function () {
14091409

14101410
// No support for udt and tuples
14111411
// TODO: fix this test
1412-
/* describe("with udt and tuple", function () {
1412+
describe("with udt and tuple", function () {
14131413
before(function (done) {
14141414
const client = setupInfo.client;
14151415
utils.series(
@@ -1655,7 +1655,7 @@ describe("Client @SERVER_API", function () {
16551655
});
16561656
},
16571657
);
1658-
}); */
1658+
});
16591659

16601660
describe("with smallint and tinyint types", function () {
16611661
const insertQuery =

0 commit comments

Comments
 (0)