Skip to content

Commit 10f42e9

Browse files
committed
fix it
1 parent 1cfd54b commit 10f42e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tests/src/integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::process::{Command, Stdio};
77

88
/// Tests that the ev-reth binary compiles successfully
99
#[test]
10-
fn test_ev-reth_binary_compiles() {
10+
fn test_ev_reth_binary_compiles() {
1111
let output = Command::new("cargo")
1212
.args(["build", "-p", "ev-reth", "--bin", "ev-reth"])
1313
.output()

0 commit comments

Comments
 (0)