Fix test ds data

This commit is contained in:
Adria Navarro 2023-09-29 14:58:41 +02:00
parent 9d186df018
commit dfea7f253e
1 changed files with 2 additions and 1 deletions

View File

@ -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,
}) })
}) })