Fix test ds data
This commit is contained in:
parent
9d186df018
commit
dfea7f253e
|
@ -1793,7 +1793,8 @@ describe.each([
|
||||||
tableId,
|
tableId,
|
||||||
_id: row._id,
|
_id: row._id,
|
||||||
_rev: expect.any(String),
|
_rev: expect.any(String),
|
||||||
type: "row",
|
id: isInternal ? undefined : expect.any(Number),
|
||||||
|
type: isInternal ? "row" : undefined,
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue