Skip to content

Commit

Permalink
Use odd number of nodes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszrzasik committed Dec 19, 2024
1 parent 3ff768c commit 0cded35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/testing/src/test_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ impl<TYPES: NodeType, I: NodeImplementation<TYPES>, V: Versions> Default
/// by default, just a single round
#[allow(clippy::redundant_field_names)]
fn default() -> Self {
let num_nodes_with_stake = 6;
let num_nodes_with_stake = 7;
Self {
timing_data: TimingData::default(),
num_nodes_with_stake,
Expand Down

0 comments on commit 0cded35

Please sign in to comment.