Update tests/RedisTest.php

Co-authored-by: Pavlo Yatsukhnenko <yatsukhnenko@users.noreply.github.com>
This commit is contained in:
Michael Grunder
2026-06-01 20:13:46 -07:00
parent 2a0569ece7
commit b0d534e1ca
+1 -1
View File
@@ -6057,7 +6057,7 @@ class Redis_Test extends TestSuite {
$unpacked = $this->redis->get('packkey');
$this->assertEquals($unpacked, $this->redis->_unpack($raw),
"$ser_name + $cmp_name");
"{$ser_name} + {$cmp_name}");
}
}
}