Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Nov 19, 2016
1 parent 52b21f3 commit f87868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/Initiaizer/InitializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function testWithDeployerConfigurationFileAlreadyExist()
$this->setExpectedException(
'Deployer\Initializer\Exception\IOException',
sprintf(
'Can not initialize deployer. The file "%s" already exist.',
'The file "%s" already exist.',
$tmpFilePath
)
);
Expand Down

0 comments on commit f87868b

Please sign in to comment.