Skip to content

Commit

Permalink
Fix broken Sentinel test.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour authored Dec 9, 2021
1 parent e6c5973 commit b4ca840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CredisSentinelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public function testNonExistingMethod()
{
if (strpos($e->getMessage(), 'sentinel subcommand') !== false)
{
$this->assertStringStartsWith('Unknown sentinel subcommand \'bla\'', $e->getMessage());
$this->assertStringStartsWith('ERR Unknown sentinel subcommand \'bla\'', $e->getMessage());
}
else
{
Expand Down

0 comments on commit b4ca840

Please sign in to comment.