Skip to content

Commit 2eca87e

Browse files
committed
fix failing test
1 parent 086d483 commit 2eca87e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/src/exchange_asset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ mod circuit_breaker {
12061206
Hydra::execute_with(|| {
12071207
let trapped_event = &last_hydra_events(10)[3].clone();
12081208

1209-
assert_trapped_acala_token(trapped_event, 90350628868136u128);
1209+
assert_trapped_acala_token(trapped_event, 89893499361959u128);
12101210

12111211
let fee = hydradx_runtime::Tokens::free_balance(ACA, &hydradx_runtime::Treasury::account_id());
12121212
assert!(fee > 0, "treasury should have received fees");

0 commit comments

Comments
 (0)