Skip to content

Commit

Permalink
Fix test compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Feb 13, 2023
1 parent 1b761d6 commit a3e0f3e
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 @@ -234,7 +234,7 @@ fn count_unrealized_full_no_arg() {
.flag("count-unrealized-full", None)
// This flag should be ignored, so there's nothing to test but that the
// client starts with the flag present.
.run_with_zero_port()
.run_with_zero_port();
}

#[test]
Expand Down

0 comments on commit a3e0f3e

Please sign in to comment.