Skip to content

Commit

Permalink
add setup order (#7840)
Browse files Browse the repository at this point in the history
Co-authored-by: Gjermund Garaba <gjermund@garaba.net>
  • Loading branch information
NisTun and gjermundgaraba authored Jan 26, 2025
1 parent dcd6a3e commit ef7620a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ func (suite *KeeperTestSuite) TestHandleAcknowledgePacket() {
packet = channeltypes.NewPacket(ibctesting.MockPacketData, sequence, path.EndpointA.ChannelConfig.PortID, path.EndpointA.ChannelID, path.EndpointB.ChannelConfig.PortID, path.EndpointB.ChannelID, timeoutHeight, 0)
}, errors.New("invalid proof"), false},
{"successful no-op: ORDERED - packet already acknowledged (replay)", func() {
path.SetChannelOrdered()
path.Setup()

sequence, err := path.EndpointA.SendPacket(timeoutHeight, 0, ibctesting.MockPacketData)
Expand Down

0 comments on commit ef7620a

Please sign in to comment.