Skip to content

Commit

Permalink
import behind flag and do not log in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hal3e committed Aug 29, 2024
1 parent fbc61ea commit 036754f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion e2e/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mod tests {
#[tokio::test(flavor = "multi_thread")]
async fn submitted_correct_block_and_was_finalized() -> Result<()> {
// given
let show_logs = true;
let show_logs = false;
// blob support disabled because this test doesn't generate blocks with transactions in it
// so there is no data to blobify
let blob_support = false;
Expand Down
8 changes: 4 additions & 4 deletions packages/eth/src/aws.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use alloy::signers::aws::AwsSigner;
use aws_config::{default_provider::credentials::DefaultCredentialsChain, Region, SdkConfig};
use aws_sdk_kms::{
config::{BehaviorVersion, Credentials},
Client,
};
use aws_sdk_kms::{config::BehaviorVersion, Client};

#[cfg(feature = "test-helpers")]
use aws_sdk_kms::config::Credentials;

#[derive(Debug, Clone)]
pub struct AwsConfig {
Expand Down

0 comments on commit 036754f

Please sign in to comment.