Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelle-S committed Feb 24, 2017
1 parent fef1af8 commit 1ec4368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/SshTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public function testFailedRun()
$this->assertEquals(1, $result->getExitCode());
$this->assertEquals(
sprintf(
'Could not execute %s on %s on port %s in folder %s with message: %s',
'Could not execute %s on %s on port %s in folder %s with message: %s.',
'cd ' . $dir . ' && ' . $command,
$host,
$port,
Expand Down Expand Up @@ -246,7 +246,7 @@ public function testStopOnFail()
$this->assertEquals(1, $result->getExitCode());
$this->assertEquals(
sprintf(
'Could not execute %s on %s on port %s in folder %s with message: %s',
'Could not execute %s on %s on port %s in folder %s with message: %s.',
'cd ' . $dir . ' && ' . $command,
$host,
$port,
Expand Down

0 comments on commit 1ec4368

Please sign in to comment.