Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma committed Sep 13, 2023
1 parent 10dfa24 commit b738fb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ sp-io = { workspace = true }
sp-runtime = { workspace = true }

# astar dependencies
pallet-ethereum-checked = { workspace = true }
pallet-account = { workspace = true }
pallet-ethereum-checked = { workspace = true }
pallet-evm-precompile-assets-erc20 = { workspace = true }

astar-primitives = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions tests/integration/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ mod shibuya {
account.clone()
)));
assert_eq!(Accounts::to_address(&account).unwrap(), default_h160);
// println!("{:?}", EVM::account_basic(&default_h160).0);
// println!("{} - {}", account_id_from(default_h160), ALICE);
}
}

Expand Down

0 comments on commit b738fb0

Please sign in to comment.