mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 19:56:00 +00:00
fixed sqlite test
This commit is contained in:
@@ -14,7 +14,7 @@ const txMatch = (tname, vcolname, nextcol) =>
|
||||
expect.objectContaining({
|
||||
columnName: 'id',
|
||||
notNull: true,
|
||||
dataType: expect.stringContaining('int'),
|
||||
dataType: expect.stringContaining('INT'),
|
||||
}),
|
||||
expect.objectContaining({
|
||||
columnName: vcolname,
|
||||
|
||||
Reference in New Issue
Block a user