Change test description to better naming.

This commit is contained in:
elweyn 2023-02-15 10:00:30 +01:00
parent 34fe6b4e90
commit d32b520145

View File

@ -816,7 +816,7 @@ describe('ContributionResolver', () => {
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(
expect.objectContaining({
type: EventProtocolType.ADMIN_CONTRIBUTION_DENY,