Skip to content

Commit 90f4dd7

Browse files
committed
chore(e2e): fixed clippy errors
Signed-off-by: kaancaglan <[email protected]>
1 parent 2e2c225 commit 90f4dd7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/union-test/tests/e2e.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ use ucs03_zkgm::{
2929
},
3030
};
3131
use union_test::{
32-
channel_provider,
3332
cosmos::{self},
3433
evm::{
3534
self,
@@ -43,7 +42,6 @@ use union_test::{
4342
use unionlabs::{
4443
encoding::{Encode, Json},
4544
ethereum::keccak256,
46-
ibc::core::channel::channel,
4745
primitives::{Bech32, FixedBytes, H160, U256},
4846
};
4947
use voyager_sdk::primitives::{ChainId, Timestamp};
@@ -462,7 +460,6 @@ async fn test_send_vault_success_with_fee() {
462460
}
463461
.abi_encode_params();
464462

465-
let x = 5;
466463
let recv_addr = hex_literal::hex!("Dab9b2F47515d2e76DC5F96a5901Ba1a0a018975");
467464
let instruction_cosmos = Instruction {
468465
version: INSTR_VERSION_2,

0 commit comments

Comments
 (0)