mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change test description to better naming.
This commit is contained in:
parent
34fe6b4e90
commit
d32b520145
@ -816,7 +816,7 @@ describe('ContributionResolver', () => {
|
|||||||
expect(isDenied).toBe(true)
|
expect(isDenied).toBe(true)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('stores the admin deny contribution event in the database', async () => {
|
it('stores the ADMIN_CONTRIBUTION_DENY event in the database', async () => {
|
||||||
await expect(EventProtocol.find()).resolves.toContainEqual(
|
await expect(EventProtocol.find()).resolves.toContainEqual(
|
||||||
expect.objectContaining({
|
expect.objectContaining({
|
||||||
type: EventProtocolType.ADMIN_CONTRIBUTION_DENY,
|
type: EventProtocolType.ADMIN_CONTRIBUTION_DENY,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user