From 948efbad5e123dc4df5b0633f16832f61e85f5b4 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 2854f270c..7bd86a64d 100644 --- a/test/node/src/schema.test.ts +++ b/test/node/src/schema.test.ts @@ -255,8 +255,7 @@ for (const dialect of DIALECTS) { '`t` char(4),', '`u` char,', '`v` binary(16),', - '`w` varbinary(16),', - '`x` varbinary)', + '`w` varbinary(16)', ], parameters: [], },