We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfd54b commit 10f42e9Copy full SHA for 10f42e9
crates/tests/src/integration_tests.rs
@@ -7,7 +7,7 @@ use std::process::{Command, Stdio};
7
8
/// Tests that the ev-reth binary compiles successfully
9
#[test]
10
-fn test_ev-reth_binary_compiles() {
+fn test_ev_reth_binary_compiles() {
11
let output = Command::new("cargo")
12
.args(["build", "-p", "ev-reth", "--bin", "ev-reth"])
13
.output()
0 commit comments