Skip to content

Commit

Permalink
Apply StyleCI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
styxit committed Oct 30, 2016
1 parent fba4363 commit d7d7307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Github/Tests/Api/DeploymentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function shouldGetAllDeploymentsWithFilterParameters()
*/
public function shouldShowProject()
{
$expectedValue = array('id' => 123, 'ref' => 'master');
$expectedValue = array('id' => 123, 'ref' => 'master');

$api = $this->getApiMock();
$api->expects($this->once())
Expand Down

0 comments on commit d7d7307

Please sign in to comment.