Skip to content

Commit

Permalink
Update test/node/src/schema.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Igal Klebanov <igalklebanov@gmail.com>
  • Loading branch information
jonasbovyn and igalklebanov authored Dec 24, 2023
1 parent b46adf8 commit 948efba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/node/src/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
},
Expand Down

0 comments on commit 948efba

Please sign in to comment.