Skip to content

Commit

Permalink
fix(lint): ethereum node tests (#11019)
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane authored Sep 19, 2024
1 parent 46ada1a commit 81094d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/ethereum/node/tests/e2e/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(missing_docs)]

mod blobs;
mod dev;
mod eth;
Expand Down
2 changes: 2 additions & 0 deletions crates/ethereum/node/tests/it/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(missing_docs)]

mod builder;
mod exex;

Expand Down

0 comments on commit 81094d4

Please sign in to comment.