diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl index 7be4df4b7d32d74d0fb5e5c7260c810ac138cf7e..892fae03b662f6c585e755223912c21bdfab2037 100644 --- a/tests/integration/replication.tcl +++ b/tests/integration/replication.tcl @@ -28,7 +28,7 @@ start_server {tags {"repl"}} { createComplexDataset r 50000 useexpire after 4000 ;# Make sure everything expired before taking the digest r keys * ;# Force DEL syntesizing to slave - after 1000 ;# Wait another second. Now everything should be file. + after 1000 ;# Wait another second. Now everything should be fine. if {[r debug digest] ne [r -1 debug digest]} { set csv1 [csvdump r] set csv2 [csvdump {r -1}]