Skip to content

Commit

Permalink
evil: #2311
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli committed Dec 27, 2023
1 parent 2508bf0 commit 0654768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/e2e/ibc_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ fn check_shielded_balances(
test_b: &Test,
) -> Result<()> {
// Check the balance on Chain B
let rpc_b = get_actor_rpc(test_b, &Who::Validator(0));
let rpc_b = get_actor_rpc(test_b, Who::Validator(0));
// PA(B) on Chain B has received BTC on chain A
let token_addr = find_address(test_a, BTC)?.to_string();
let query_args = vec![
Expand Down

0 comments on commit 0654768

Please sign in to comment.