[tests] Fix test executed on current Redis unstable.

This commit is contained in:
Daniele Alessandri
2016-05-10 10:51:43 +02:00
parent b15c0a02de
commit ce85fdadd1
@@ -88,7 +88,7 @@ class HashIncrementByFloatTest extends PredisCommandTestCase
/**
* @group connected
* @expectedException \Predis\Response\ServerException
* @expectedExceptionMessage ERR hash value is not a valid float
* @expectedExceptionMessageRegExp /ERR hash value is not a( valid)? float/
*/
public function testThrowsExceptionOnStringField()
{