use a prime for seeding to allow testing of the pagination

This commit is contained in:
Ulf Gebhardt 2023-07-14 10:59:38 +02:00
parent eae7b53adf
commit 55b3bc999a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -1619,7 +1619,7 @@ const languages = ['de', 'en', 'es', 'fr', 'it', 'pt', 'pl']
},
})
for (let i = 0; i < 30; i++) {
for (let i = 0; i < 29; i++) {
authenticatedUser = await jennyRostock.toJson()
await mutate({
mutation: createMessageMutation(),