1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00

Fix last test.

This commit is contained in:
Sam Rose 2024-06-07 16:40:25 +01:00
parent c07d73beaf
commit d682320371
No known key found for this signature in database

View file

@ -367,6 +367,7 @@ describe("/datasources", () => {
), ),
_rev: expect.any(String), _rev: expect.any(String),
updatedAt: expect.any(String),
} }
expect(updated).toEqual(expected) expect(updated).toEqual(expected)
}) })