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

This commit is contained in:
Ulf Gebhardt 2023-02-09 14:16:49 +01:00 committed by GitHub
parent 2773e270b7
commit 0caff31e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -536,7 +536,6 @@ describe('ContributionResolver', () => {
})
})
// TODO: why is this here - this is a different call `adminUpdateContribution` not `updateContribution`
describe('admin tries to update a user contribution', () => {
it('throws an error', async () => {
jest.clearAllMocks()