Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Dec 19, 2024
1 parent 6e38edb commit 64249b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bitcoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ use citrea_e2e::{
traits::Restart,
Result,
};

#[allow(clippy::duplicate_mod)]
#[path = "common/mod.rs"]
mod common;
use common::*;
Expand Down
1 change: 1 addition & 0 deletions tests/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use citrea_e2e::{
Result,
};

#[allow(clippy::duplicate_mod)]
#[path = "common/mod.rs"]
mod common;
use common::*;
Expand Down

0 comments on commit 64249b6

Please sign in to comment.