Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Mar 12, 2024
1 parent 162f3f1 commit 6d6671e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/integration-test/src/tests/fee/auto_forward_relayer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ impl BinaryChannelTest for AutoForwardRelayerTest {
&denom_a,
)?;

info!("Will assert user b received the transfered token");
info!("Will assert user b received the transferred token");

chain_driver_b.assert_eventual_wallet_amount(
&user_b.address(),
&denom_b.with_amount(send_amount).as_ref(),
)?;

info!("Will assert user a transfered the sent amount, the recv fee and ack fee");
info!("Will assert user a transferred the sent amount, the recv fee and ack fee");

chain_driver_a.assert_eventual_wallet_amount(
&user_a.address(),
Expand Down

0 comments on commit 6d6671e

Please sign in to comment.