Skip to content

Commit

Permalink
add setup order
Browse files Browse the repository at this point in the history
  • Loading branch information
NisTun committed Jan 12, 2025
1 parent 31b88c6 commit 6fcd74a
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 6fcd74a

Please sign in to comment.