summaryrefslogtreecommitdiff
path: root/tests/unit/hyperloglog.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/hyperloglog.tcl')
-rw-r--r--tests/unit/hyperloglog.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/hyperloglog.tcl b/tests/unit/hyperloglog.tcl
index e241288dd..07f8b7772 100644
--- a/tests/unit/hyperloglog.tcl
+++ b/tests/unit/hyperloglog.tcl
@@ -60,9 +60,9 @@ start_server {tags {"hll"}} {
r pfcount hll
} {5}
- test {PFGETREG returns the HyperLogLog raw registers} {
+ test {PFDEBUG GETREG returns the HyperLogLog raw registers} {
r del hll
r pfadd hll 1 2 3
- llength [r pfgetreg hll]
+ llength [r pfdebug getreg hll]
} {16384}
}