Fix test
This commit is contained in:
parent
711f82099f
commit
17ecace6fa
|
@ -1845,7 +1845,9 @@ describe.each([
|
||||||
description: r.description,
|
description: r.description,
|
||||||
tableId,
|
tableId,
|
||||||
user: r.user?.map(u => resultMapper(u)),
|
user: r.user?.map(u => resultMapper(u)),
|
||||||
users: r.users?.map(u => resultMapper(u)),
|
users: r.users?.length
|
||||||
|
? expect.arrayContaining(r.users?.map(u => resultMapper(u)))
|
||||||
|
: undefined,
|
||||||
_id: expect.any(String),
|
_id: expect.any(String),
|
||||||
_rev: expect.any(String),
|
_rev: expect.any(String),
|
||||||
id: isInternal ? undefined : expect.any(Number),
|
id: isInternal ? undefined : expect.any(Number),
|
||||||
|
|
Loading…
Reference in New Issue