Skip to content

Commit ea29a74

Browse files
author
Frank Gambino
committed
Update TreesTest.php
1 parent 67f507f commit ea29a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function shouldShowTreeUsingSha()
1414
$api = $this->getApiMock();
1515
$api->expects($this->once())
1616
->method('get')
17-
->with('repos/KnpLabs/php-github-api/git/trees/123', array('recursive' => null))
17+
->with('repos/KnpLabs/php-github-api/git/trees/123', array())
1818
->will($this->returnValue($expectedValue));
1919

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

0 commit comments

Comments
 (0)