Skip to content

Commit b4ca840

Browse files
Fix broken Sentinel test.
1 parent e6c5973 commit b4ca840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CredisSentinelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function testNonExistingMethod()
227227
{
228228
if (strpos($e->getMessage(), 'sentinel subcommand') !== false)
229229
{
230-
$this->assertStringStartsWith('Unknown sentinel subcommand \'bla\'', $e->getMessage());
230+
$this->assertStringStartsWith('ERR Unknown sentinel subcommand \'bla\'', $e->getMessage());
231231
}
232232
else
233233
{

0 commit comments

Comments
 (0)