Skip to content

Commit

Permalink
Fix feature test: decrease limit for response items
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmal1yev committed Jan 26, 2025
1 parent 20d7c4d commit ea18155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Lexicons/App/Bsky/Feed/GetTimelineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function testGetTimeline(): void
$client = static::$client;

$getTimeline = $client->app()->bsky()->feed()->getTimeline()->forge()
->limit(20);
->limit(5);

$response = $getTimeline->send();

Expand Down

0 comments on commit ea18155

Please sign in to comment.