Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Dec 19, 2024
1 parent 64249b6 commit e5b91ad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub use test::TestConfig;
pub use test_case::{TestCaseConfig, TestCaseDockerConfig, TestCaseEnv};
pub use utils::config_to_file;

pub use crate::citrea_config::{
pub(crate) use crate::citrea_config::{
batch_prover::{BatchProverConfig, ProverGuestRunConfig},
bitcoin::BitcoinServiceConfig,
light_client_prover::LightClientProverConfig,
Expand Down
2 changes: 1 addition & 1 deletion tests/bitcoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use citrea_e2e::{
};

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

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use citrea_e2e::{
};

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

Expand Down

0 comments on commit e5b91ad

Please sign in to comment.