diff --git a/backend/src/graphql/resolver/TransactionLinkResolver.test.ts b/backend/src/graphql/resolver/TransactionLinkResolver.test.ts index 38cd05573..6aabdcfdc 100644 --- a/backend/src/graphql/resolver/TransactionLinkResolver.test.ts +++ b/backend/src/graphql/resolver/TransactionLinkResolver.test.ts @@ -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,