Skip to content

Commit

Permalink
resolve failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Jan 19, 2024
1 parent 5641d24 commit 89ade68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse/tests/validator_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ fn builder_proposals_flag() {
#[test]
fn builder_boost_factor_flag() {
CommandLineTest::new()
.flag("builder-boost_factor", Some("100"))
.flag("builder-boost-factor", Some("100"))
.run()
.with_config(|config| assert_eq!(config.builder_boost_factor, Some(100)));
}
Expand Down

0 comments on commit 89ade68

Please sign in to comment.