Skip to content

Commit

Permalink
Fix tests after height change
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed Jun 19, 2024
1 parent 5a782c0 commit 4aae577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/apps/transfer/keeper/relay_forwarding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ func (suite *KeeperTestSuite) TestAcknowledgementFailureScenario1Forwarding() {
sdk.NewCoins(coinOnC),
sender.GetAddress().String(),
receiver.GetAddress().String(),
suite.chainC.GetTimeoutHeight(),
0,
clienttypes.ZeroHeight(),
suite.chainA.GetTimeoutTimestamp(),
"",
forwarding,
)
Expand Down

0 comments on commit 4aae577

Please sign in to comment.