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

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Hannes Heine 2022-07-12 12:54:55 +02:00 committed by GitHub
parent 0380609dee
commit 90d2ffbff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -370,7 +370,7 @@ describe('ContributionResolver', () => {
describe('update creation to a date that is older than 3 months', () => {
it('throws an error', async () => {
const date = new Date() // ,
const date = new Date()
await expect(
mutate({
mutation: updateContribution,