Skip to content

Commit

Permalink
chore: fix madsim test
Browse files Browse the repository at this point in the history
Signed-off-by: iGxnon <igxnon@gmail.com>
  • Loading branch information
iGxnon committed Mar 17, 2024
1 parent 75fef8d commit 26e3514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/simulation/tests/it/curp/server_recovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ async fn old_leader_will_keep_original_states() {
}),
command: bincode::serialize(&cmd1).unwrap(),
cluster_version: 0,
first_incomplete: 0,
};
let mut leader1_connect = group.get_connect(&leader1).await;
leader1_connect.propose(req1).await.unwrap();
Expand Down

0 comments on commit 26e3514

Please sign in to comment.