Skip to content

Commit 782b02d

Browse files
committed
Fix last PRs failing test
1 parent 73622cf commit 782b02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/Api/GitData/CommitsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function shouldShowCommitUsingSha()
1616
$api = $this->getApiMock();
1717
$api->expects($this->once())
1818
->method('get')
19-
->with('repos/KnpLabs/php-github-api/commits/123')
19+
->with('repos/KnpLabs/php-github-api/git/commits/123')
2020
->will($this->returnValue($expectedValue));
2121

2222
$this->assertEquals($expectedValue, $api->show('KnpLabs', 'php-github-api', 123));

0 commit comments

Comments
 (0)