mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
renamed resolver specs to make it easier to find the resolver (#8880)
This commit is contained in:
parent
74f6c5b329
commit
1e64590099
@ -58,7 +58,7 @@ describe('count post teaser views', () => {
|
||||
})
|
||||
})
|
||||
|
||||
it('does not increase the viewedTeaserCount when accidently called again', async () => {
|
||||
it('does not increase the viewedTeaserCount when accidentally called again', async () => {
|
||||
await expect(mutate({ mutation: markTeaserAsViewed, variables })).resolves.toMatchObject({
|
||||
data: {
|
||||
markTeaserAsViewed: expect.objectContaining({
|
||||
Loading…
x
Reference in New Issue
Block a user