mirror of
https://github.com/redis/redis.git
synced 2026-01-11 20:18:08 -05:00
Correct typo in tests/unit/hyperloglog.tcl
This commit is contained in:
@@ -79,7 +79,7 @@ start_server {tags {"hll"}} {
|
||||
}
|
||||
}
|
||||
|
||||
test {Corrupted sparse HyperLogLogs are detected: Additionl at tail} {
|
||||
test {Corrupted sparse HyperLogLogs are detected: Additional at tail} {
|
||||
r del hll
|
||||
r pfadd hll a b c
|
||||
r append hll "hello"
|
||||
|
||||
Reference in New Issue
Block a user