mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #1677 from Human-Connection/fix-intermittent-notifications-test
Fix intermittent failing test
This commit is contained in:
commit
328a41ab59
@ -214,7 +214,7 @@ describe('given some notifications', () => {
|
||||
})
|
||||
await expect(
|
||||
query({ query: notificationQuery, variables: { ...variables, read: false } }),
|
||||
).resolves.toEqual(expected)
|
||||
).resolves.toMatchObject(expected)
|
||||
})
|
||||
|
||||
describe('if a resource gets deleted', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user