renamed resolver specs to make it easier to find the resolver (#8880)

This commit is contained in:
Ulf Gebhardt 2025-09-10 10:32:55 +01:00 committed by GitHub
parent 74f6c5b329
commit 1e64590099
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1 additions and 1 deletions

View File

@ -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({