[tests] Fix tests.

This commit is contained in:
Daniele Alessandri
2013-11-16 12:54:09 +01:00
parent e41db42b01
commit 1022be6010
3 changed files with 1 additions and 1 deletions
@@ -30,7 +30,7 @@ class StreamableMultiBulkResponseTest extends StandardTestCase
$connection->expects($this->never())->method('readLine');
$connection->expects($this->never())->method('readBytes');
$this->assertInstanceOf('Predis\Iterator\MultiBulkResponseSimple', $handler->handle($connection, '1'));
$this->assertInstanceOf('Predis\Response\Iterator\MultiBulkResponseSimple', $handler->handle($connection, '1'));
}
/**