mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
Update backend/src/graphql/resolver/KlicktippResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
parent
3990135c7a
commit
f36bc61a70
@ -126,7 +126,7 @@ describe('KlicktippResolver', () => {
|
||||
)
|
||||
await expect(DbEvent.find()).resolves.toContainEqual(
|
||||
expect.objectContaining({
|
||||
type: EventType.UNSUBSCRIBE_NEWSLETTER,
|
||||
type: EventType.NEWSLETTER_UNSUBSCRIBE,
|
||||
affectedUserId: userConatct.user.id,
|
||||
actingUserId: userConatct.user.id,
|
||||
}),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user