Skip to content

Commit

Permalink
chore(curp): add a missing testcase to lib.rs
Browse files Browse the repository at this point in the history
Signed-off-by: lxl66566 <[email protected]>
  • Loading branch information
lxl66566 committed Jul 11, 2024
1 parent f57e690 commit fc5ac2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/curp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ mod test {
(3, 2, 4),
(4, 3, 5),
(4, 3, 6),
(6, 4, 8),
];

for (node_cnt, expected) in nodes.into_iter().zip(expected_res.into_iter()) {
Expand Down

0 comments on commit fc5ac2b

Please sign in to comment.