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 <[email protected]>
  • Loading branch information
jonasbovyn and igalklebanov committed Apr 21, 2024
1 parent ff77c19 commit 6aab838
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 @@ -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: [],
},
Expand Down

0 comments on commit 6aab838

Please sign in to comment.