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