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

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Moriz Wahl 2022-10-13 15:57:51 +02:00 committed by GitHub
parent 2ef5efde20
commit 81651e4c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ describe('TransactionLinkResolver', () => {
})
})
it('does not allow the user to redeem the contribution link a second time', async () => {
it('does not allow the user to redeem the contribution link a second time on the same day', async () => {
await expect(
mutate({
mutation: redeemTransactionLink,