Skip to content

Commit

Permalink
fix test case with old symfony console usage
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jun 7, 2016
1 parent 313195d commit 0bdf272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Console/ConsumerRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ public function it_runs_application()

$output = $tester->getDisplay(true);

$this->assertStringStartsWith('Humus Amqp Command Line Interface', $output);
$this->assertRegExp('/json_rpc_server\s\s\sStart a JSON-RPC server/', $output);
}
}

0 comments on commit 0bdf272

Please sign in to comment.