Skip to content

Commit c89ebe4

Browse files
committed
Missing argument in test
1 parent 0e0c8e0 commit c89ebe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/ResultPagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function shouldGetAllSearchResults()
9090

9191
$method = 'users';
9292
$paginator = new Github\ResultPager($clientMock);
93-
$result = $paginator->fetchAll($searchApiMock, $method);
93+
$result = $paginator->fetchAll($searchApiMock, $method, ['knplabs']);
9494

9595
$this->assertEquals($amountLoops * count($content['items']), count($result));
9696
}

0 commit comments

Comments
 (0)