summaryrefslogtreecommitdiff
path: root/tests/integration/aof.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/aof.tcl')
-rw-r--r--tests/integration/aof.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/aof.tcl b/tests/integration/aof.tcl
index abe2dc10c..4d427bc97 100644
--- a/tests/integration/aof.tcl
+++ b/tests/integration/aof.tcl
@@ -228,10 +228,10 @@ tags {"aof"} {
}
}
- ## Test that EXPIREAT is loaded correctly
+ ## Test that PEXPIREAT is loaded correctly
create_aof {
append_to_aof [formatCommand rpush list foo]
- append_to_aof [formatCommand expireat list 1000]
+ append_to_aof [formatCommand pexpireat list 1000]
append_to_aof [formatCommand rpush list bar]
}