Skip to content

Commit

Permalink
mini change to make the HMGET test a bit prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia committed Jul 29, 2014
1 parent d95d91b commit 9f52785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/units/RedisMock.php
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,7 @@ public function testHSetHMSetHGetHDelHExistsHGetAll()
->isEqualTo(array(
'raoul' => null,
'test1' => null,
));
$this->assert
))
->array($redisMock->hgetall('test'))
->isEmpty();
}
Expand Down

0 comments on commit 9f52785

Please sign in to comment.