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:53:09 +02:00 committed by GitHub
parent 50574ece6b
commit 3990135c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'] },