Skip to content

Commit

Permalink
fix: made clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Janislav committed Oct 24, 2024
1 parent 083ebfa commit c45ec0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ mod migration_tests {

#[test]
fn test_migration() {
use cf_chains::{evm::DeploymentStatus, ForeignChainAddress::Eth};
use cf_chains::evm::DeploymentStatus;
new_test_ext().execute_with(|| {
let channel_id = 1u64;
let address = sp_core::H160([1u8; 20]);
Expand Down

0 comments on commit c45ec0f

Please sign in to comment.