Skip to content

Commit

Permalink
tests: fix broken cancelUnbond e2e after cherry pick
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Aug 3, 2023
1 parent 3336e5c commit 15cc76e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/e2e/step_delegation.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ func stepsCancelUnbond(consumerName string) []Step {
},
{
action: relayPacketsAction{
chain: chainID("provi"),
chainA: chainID("provi"),
chainB: chainID(consumerName),
port: "provider",
channel: 0,
},
Expand Down Expand Up @@ -201,7 +202,8 @@ func stepsCancelUnbond(consumerName string) []Step {
},
{
action: relayPacketsAction{
chain: chainID("provi"),
chainA: chainID("provi"),
chainB: chainID(consumerName),
port: "provider",
channel: 0,
},
Expand Down

0 comments on commit 15cc76e

Please sign in to comment.