Skip to content

Commit b63148c

Browse files
Update tests/RedisTest.php
Co-authored-by: Pavlo Yatsukhnenko <yatsukhnenko@users.noreply.github.com>
1 parent e47e4f4 commit b63148c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/RedisTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6057,7 +6057,7 @@ public function testPackHelpers() {
60576057

60586058
$unpacked = $this->redis->get('packkey');
60596059
$this->assertEquals($unpacked, $this->redis->_unpack($raw),
6060-
"$ser_name + $cmp_name");
6060+
"{$ser_name} + {$cmp_name}");
60616061
}
60626062
}
60636063
}

0 commit comments

Comments
 (0)