Skip to content

Commit f87868b

Browse files
committed
Fix tests.
1 parent 52b21f3 commit f87868b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/Initiaizer/InitializerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function testWithDeployerConfigurationFileAlreadyExist()
8484
$this->setExpectedException(
8585
'Deployer\Initializer\Exception\IOException',
8686
sprintf(
87-
'Can not initialize deployer. The file "%s" already exist.',
87+
'The file "%s" already exist.',
8888
$tmpFilePath
8989
)
9090
);

0 commit comments

Comments
 (0)