Update backend/src/graphql/resolver/AdminResolver.test.ts

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
clauspeterhuebner 2022-09-23 00:56:36 +02:00 committed by GitHub
parent 0b410fd5fd
commit 62446bd2f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1498,7 +1498,7 @@ describe('AdminResolver', () => {
}) })
// In the futrue this should not throw anymore // In the futrue this should not throw anymore
it('and throws an error for the second confirmation', async () => { it('throws an error for the second confirmation', async () => {
const r1 = mutate({ const r1 = mutate({
mutation: confirmContribution, mutation: confirmContribution,
variables: { variables: {