Skip to content

Commit

Permalink
Updated based on feedback from continuous-integration/styleci/pr
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcorbett committed Mar 24, 2024
1 parent eaa7993 commit 08c3d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Github/Tests/ResultPagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

use Github\Api\Issue;
use Github\Api\Organization\Members;
use Github\Api\Repo;
use Github\Api\Repository\Statuses;
use Github\Api\Search;
use Github\Api\Repo;
use Github\Client;
use Github\ResultPager;
use Github\Tests\Mock\PaginatedResponse;
Expand Down Expand Up @@ -118,7 +118,7 @@ public function shouldGetAllSearchResults()
}

/**
* @test
* @test
*/
public function shouldHandleEmptyContributorListWith204Header()
{
Expand Down

0 comments on commit 08c3d7a

Please sign in to comment.