mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
test fix
This commit is contained in:
parent
ddf186ee6b
commit
d6d7ad99df
@ -14,7 +14,7 @@ const txMatch = (tname, vcolname, nextcol) =>
|
||||
expect.objectContaining({
|
||||
columnName: 'id',
|
||||
notNull: true,
|
||||
dataType: expect.stringContaining('INT'),
|
||||
dataType: expect.stringMatching(/int/i),
|
||||
}),
|
||||
expect.objectContaining({
|
||||
columnName: vcolname,
|
||||
|
Loading…
Reference in New Issue
Block a user