Update backend/src/graphql/resolver/KlicktippResolver.test.ts

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
Hannes Heine 2023-04-06 14:52:58 +02:00 committed by GitHub
parent 1505d9abf0
commit 50574ece6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ describe('KlicktippResolver', () => {
expect(isUnsubscribed).toEqual(true)
})
it('stores the UNSUBSCRIBE_NEWSLETTER event in the database', async () => {
it('stores the NEWSLETTER_UNSUBSCRIBE event in the database', async () => {
const userConatct = await UserContact.findOneOrFail(
{ email: 'bibi@bloxberg.de' },
{ relations: ['user'] },