Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Dec 7, 2023
1 parent c1a7761 commit 9993707
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Code/test/tests/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ fn driver_steps_proposer() {
height: Height::new(1),
round: Round::new(0),
step: Step::Prevote,
// proposal: Some(proposal.clone()),
locked: None,
valid: None,
},
Expand All @@ -97,7 +96,6 @@ fn driver_steps_proposer() {
height: Height::new(1),
round: Round::new(0),
step: Step::Prevote,
// proposal: Some(proposal.clone()),
locked: None,
valid: None,
},
Expand All @@ -114,7 +112,6 @@ fn driver_steps_proposer() {
height: Height::new(1),
round: Round::new(0),
step: Step::Prevote,
// proposal: Some(proposal.clone()),
locked: None,
valid: None,
},
Expand All @@ -134,7 +131,6 @@ fn driver_steps_proposer() {
height: Height::new(1),
round: Round::new(0),
step: Step::Precommit,
// proposal: Some(proposal.clone()),
locked: Some(RoundValue {
value,
round: Round::new(0),
Expand All @@ -154,7 +150,6 @@ fn driver_steps_proposer() {
height: Height::new(1),
round: Round::new(0),
step: Step::Precommit,
// proposal: Some(proposal.clone()),
locked: Some(RoundValue {
value,
round: Round::new(0),
Expand All @@ -177,7 +172,6 @@ fn driver_steps_proposer() {
height: Height::new(1),
round: Round::new(0),
step: Step::Precommit,
// proposal: Some(proposal.clone()),
locked: Some(RoundValue {
value,
round: Round::new(0),
Expand All @@ -200,7 +194,6 @@ fn driver_steps_proposer() {
height: Height::new(1),
round: Round::new(0),
step: Step::Commit,
// proposal: Some(proposal.clone()),
locked: Some(RoundValue {
value,
round: Round::new(0),
Expand Down Expand Up @@ -307,7 +300,6 @@ fn driver_steps_not_proposer_valid() {
height: Height::new(1),
round: Round::new(0),
step: Step::Prevote,
// proposal: Some(proposal.clone()),
locked: None,
valid: None,
},
Expand All @@ -321,7 +313,6 @@ fn driver_steps_not_proposer_valid() {
height: Height::new(1),
round: Round::new(0),
step: Step::Prevote,
// proposal: Some(proposal.clone()),
locked: None,
valid: None,
},
Expand All @@ -338,7 +329,6 @@ fn driver_steps_not_proposer_valid() {
height: Height::new(1),
round: Round::new(0),
step: Step::Prevote,
// proposal: Some(proposal.clone()),
locked: None,
valid: None,
},
Expand All @@ -358,7 +348,6 @@ fn driver_steps_not_proposer_valid() {
height: Height::new(1),
round: Round::new(0),
step: Step::Precommit,
// proposal: Some(proposal.clone()),
locked: Some(RoundValue {
value,
round: Round::new(0),
Expand All @@ -378,7 +367,6 @@ fn driver_steps_not_proposer_valid() {
height: Height::new(1),
round: Round::new(0),
step: Step::Precommit,
// proposal: Some(proposal.clone()),
locked: Some(RoundValue {
value,
round: Round::new(0),
Expand All @@ -401,7 +389,6 @@ fn driver_steps_not_proposer_valid() {
height: Height::new(1),
round: Round::new(0),
step: Step::Precommit,
// proposal: Some(proposal.clone()),
locked: Some(RoundValue {
value,
round: Round::new(0),
Expand All @@ -424,7 +411,6 @@ fn driver_steps_not_proposer_valid() {
height: Height::new(1),
round: Round::new(0),
step: Step::Commit,
// proposal: Some(proposal.clone()),
locked: Some(RoundValue {
value,
round: Round::new(0),
Expand Down

0 comments on commit 9993707

Please sign in to comment.