fix out of range exception test

This commit is contained in:
Till Krüss
2020-08-11 08:43:17 -07:00
parent 9aa99349b1
commit 597c61a098
@@ -71,7 +71,7 @@ class ConnectionSelectTest extends PredisCommandTestCase
/**
* @group connected
* @expectedException \Predis\Response\ServerException
* @expectedExceptionMessage ERR DB index is out of range
* @expectedExceptionMessageRegExp /ERR.*DB index/
*/
public function testThrowsExceptionOnUnexpectedDatabaseRange()
{