This commit is contained in:
Till Krüss
2021-04-04 10:14:13 -07:00
committed by GitHub
parent aa0c30809b
commit 0e4e8f41cc
+1 -1
View File
@@ -85,7 +85,7 @@ class MOVE_Test extends PredisCommandTestCase
public function testThrowsExceptionOnInvalidDatabases(): void
{
$this->expectException('Predis\Response\ServerException');
$this->expectExceptionMessageMatches('/ERR.*index out of range/');
$this->expectExceptionMessageMatches('/ERR.*out of range/');
$redis = $this->getClient();