Skip to content

Commit

Permalink
fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshayaFoiger committed Nov 2, 2023
1 parent b509910 commit 9b47f33
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/router/tests/connectors/elavon.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
use masking::Secret;
use router::{
core::utils as core_utils,
types::{self, api, storage::enums},
};
use router::types::{self, api, storage::enums};
use test_utils::connector_auth;

use crate::utils::{self, ConnectorActions};
Expand All @@ -17,6 +14,7 @@ impl utils::Connector for ElavonTest {
connector: Box::new(&Elavon),
connector_name: types::Connector::Elavon,
get_token: types::api::GetToken::Connector,
merchant_connector_id: None,
}
}

Expand Down

0 comments on commit 9b47f33

Please sign in to comment.