Skip to content

Commit 73b6a66

Browse files
committed
Update RedisExampleTest.php
1 parent 4edd57f commit 73b6a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/RedisExampleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class RedisExampleTest extends PHPUnit_Framework_TestCase {
44
public function testRedis() {
55
$redis = new RedisExample();
6-
$this->assertEquals($redis->populate(), 'val');
6+
$this->assertEquals($redis->populate(), 'value');
77
}
88
}
99
?>

0 commit comments

Comments
 (0)