From d32b520145e35478270e8c4bbeddadcc832cff55 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 15 Feb 2023 10:00:30 +0100 Subject: [PATCH] Change test description to better naming. --- backend/src/graphql/resolver/ContributionResolver.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/graphql/resolver/ContributionResolver.test.ts b/backend/src/graphql/resolver/ContributionResolver.test.ts index a467cd9c9..1e7b451e1 100644 --- a/backend/src/graphql/resolver/ContributionResolver.test.ts +++ b/backend/src/graphql/resolver/ContributionResolver.test.ts @@ -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,