1
0
Fork 0
mirror of synced 2024-08-05 13:21: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),
updatedAt: expect.any(String),
}
expect(updated).toEqual(expected)
})