Skip to content

Commit

Permalink
fix tests and add all tests to run-tests (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh authored Dec 12, 2024
1 parent 9723143 commit 40d12a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions smoketest/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,23 @@ set -xe
cargo test --no-run

tests=(
# ERC20 Tests
register_token

send_token
send_token_to_penpal
transfer_token

# PNA Tests
register_polkadot_token
transfer_polkadot_token
send_polkadot_token

# System Pallet Tests
set_pricing_params
set_token_transfer_fees

create_agent
create_channel
transfer_native_from_agent

upgrade_gateway
)

Expand Down
2 changes: 1 addition & 1 deletion smoketest/tests/upgrade_gateway.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use subxt::{
OnlineClient, PolkadotConfig,
};

const GATEWAY_V2_ADDRESS: [u8; 20] = hex!("f8f7758fbcefd546eaeff7de24aff666b6228e73");
const GATEWAY_V2_ADDRESS: [u8; 20] = hex!("ee9170abfbf9421ad6dd07f6bdec9d89f2b581e0");

#[tokio::test]
async fn upgrade_gateway() {
Expand Down

0 comments on commit 40d12a0

Please sign in to comment.