adjust tests

This commit is contained in:
Kagami Sascha Rosylight 2023-07-08 15:40:48 +02:00
parent 7bf318ae98
commit 6087d02047
3 changed files with 14 additions and 6 deletions

View file

@ -642,8 +642,8 @@ export class ApPersonService implements OnModuleInit {
await resolver.resolveOrderedCollectionPage(collection.first) :
collection;
// Perform activity but only the first 15 ones
await this.apInboxService.performActivity(user, firstPage, 15);
// Perform activity but only the first 20 ones
await this.apInboxService.performActivity(user, firstPage, 20);
}
@bindThis