We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba4363 commit d7d7307Copy full SHA for d7d7307
test/Github/Tests/Api/DeploymentTest.php
@@ -51,7 +51,7 @@ public function shouldGetAllDeploymentsWithFilterParameters()
51
*/
52
public function shouldShowProject()
53
{
54
- $expectedValue = array('id' => 123, 'ref' => 'master');
+ $expectedValue = array('id' => 123, 'ref' => 'master');
55
56
$api = $this->getApiMock();
57
$api->expects($this->once())
0 commit comments