mirror of
https://github.com/predis/predis.git
synced 2026-08-24 17:29:35 +00:00
[tests] Fix test executed on current Redis unstable.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user