mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +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
f36bc61a70
commit
7d12ecbe98
@ -77,7 +77,7 @@ describe('KlicktippResolver', () => {
|
||||
)
|
||||
await expect(DbEvent.find()).resolves.toContainEqual(
|
||||
expect.objectContaining({
|
||||
type: EventType.SUBSCRIBE_NEWSLETTER,
|
||||
type: EventType.NEWSLETTER_SUBSCRIBE,
|
||||
affectedUserId: userConatct.user.id,
|
||||
actingUserId: userConatct.user.id,
|
||||
}),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user