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

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Hannes Heine 2023-02-21 04:02:55 +01:00 committed by GitHub
parent 2a12d03599
commit 1e7d4a779a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2957,7 +2957,7 @@ describe('ContributionResolver', () => {
})
})
it('returns five pending creations', async () => {
it('returns five pending creations with page size set to 5', async () => {
const {
data: { adminListAllContributions: contributionListObject },
}: { data: { adminListAllContributions: ContributionListResult } } = await query({