Skip to content

Commit

Permalink
test: rename TestCrosschainSwapsFinalMemo
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Dec 17, 2024
1 parent 05f431f commit dfa8fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ibc-hooks/ibc_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2138,7 +2138,7 @@ func (suite *HooksTestSuite) TestOutpostExplicit() {
suite.ExecuteOutpostSwap(initializer, initializer, fmt.Sprintf(`ibc:channel-0/%s`, initializer.String()))
}

func (suite *HooksTestSuite) TestCrosschainSwapsFinalMemo() {
func (suite *HooksTestSuite) TestCrosschainSwapsFinalMemoMultipleHops() {
// Start on B with `token0`, swap on A with `C/token0`,
// then use the final memo to forward the swapped tokens
// to C. On C, we should end up with native `token0`.
Expand Down

0 comments on commit dfa8fb3

Please sign in to comment.