Skip to content

Commit

Permalink
fix: coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes committed Dec 18, 2023
1 parent 97a0fee commit 6781a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ mod tests {
// Timeout or not, proceed to `ActivateRegion`.
assert_eq!(
format!("{next_state:?}"),
r#"ActivateRegion { candidate: Peer { id: 2, addr: "" }, remark_inactive_region: false, region_storage_path: None, region_options: None }"#
r#"ActivateRegion { candidate: Peer { id: 2, addr: "" }, remark_inactive_region: false, region_storage_path: None, region_options: None, region_wal_options: None}"#
);
}
}

0 comments on commit 6781a5f

Please sign in to comment.