diff --git a/backend/src/graphql/resolver/KlicktippResolver.test.ts b/backend/src/graphql/resolver/KlicktippResolver.test.ts index 79bc2f218..62dee84b0 100644 --- a/backend/src/graphql/resolver/KlicktippResolver.test.ts +++ b/backend/src/graphql/resolver/KlicktippResolver.test.ts @@ -70,7 +70,7 @@ describe('KlicktippResolver', () => { expect(isSubscribed).toEqual(true) }) - it('stores the SUBSCRIBE_NEWSLETTER event in the database', async () => { + it('stores the NEWSLETTER_SUBSCRIBE event in the database', async () => { const userConatct = await UserContact.findOneOrFail( { email: 'bibi@bloxberg.de' }, { relations: ['user'] },