Skip to content

Commit

Permalink
fix enr-quic6-port test
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Aug 11, 2023
1 parent 2fbd384 commit ee67351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse/tests/beacon_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ fn enr_udp6_port_flag() {
fn enr_quic6_port_flag() {
let port = unused_udp6_port().expect("Unable to find unused port.");
CommandLineTest::new()
.flag("enr-quic-port", Some(port.to_string().as_str()))
.flag("enr-quic6-port", Some(port.to_string().as_str()))
.run_with_zero_port()
.with_config(|config| assert_eq!(config.network.enr_quic6_port, Some(port)));
}
Expand Down

0 comments on commit ee67351

Please sign in to comment.