Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Kian <[email protected]>
  • Loading branch information
johnletey and fafrd authored Jun 26, 2024
1 parent 846ff4e commit 4a246c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func TestIBCTransfer(t *testing.T) {
// ASSERT: The action should've failed.
require.ErrorContains(t, err, "ausdy transfers are blocked on channel-0")

// ACT: Attempt to transfer back to Noble, channel is blocked.
// ACT: Attempt to transfer back to Noble, channel is allowed.
_, err = wrapper.gaia.SendIBCTransfer(ctx, "channel-0", wrapper.charlie.KeyName(), ibc.WalletAmount{
Address: wrapper.alice.FormattedAddress(),
Denom: denom,
Expand Down

0 comments on commit 4a246c1

Please sign in to comment.