From 6aab838a8659baa725d2beb37eea23670d4d6c49 Mon Sep 17 00:00:00 2001 From: Jonas Bovyn Date: Sun, 24 Dec 2023 05:09:41 +0100 Subject: [PATCH] Update test/node/src/schema.test.ts Co-authored-by: Igal Klebanov --- test/node/src/schema.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/node/src/schema.test.ts b/test/node/src/schema.test.ts index d2ded3f7f..c14250cec 100644 --- a/test/node/src/schema.test.ts +++ b/test/node/src/schema.test.ts @@ -260,8 +260,7 @@ for (const dialect of DIALECTS) { '`t` char(4),', '`u` char,', '`v` binary(16),', - '`w` varbinary(16),', - '`x` varbinary)', + '`w` varbinary(16)', ], parameters: [], },