Skip to content

Commit

Permalink
fixing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Oct 21, 2024
1 parent bc2cc48 commit 37fbc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chitchat/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ mod tests {
// GC if tombstone (=100) + grace_period > heartbeat (=110).
tokio::time::advance(Duration::from_secs(5)).await;
cluster_state.gc_keys_marked_for_deletion(Duration::from_secs(10));
assert!(cluster_state
assert!(!cluster_state
.node_state(&node1)
.unwrap()
.key_values
Expand Down

0 comments on commit 37fbc73

Please sign in to comment.