You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in func (suite *KeeperTestSuite) TestHandleAcknowledgePacket() at case "successful no-op: ORDERED - packet already acknowledged (replay) we missed setting up ORDERED for it here. We should add path.SetChannelOrdered() before path.Setup() to make it clear
The text was updated successfully, but these errors were encountered:
Currently, in
func (suite *KeeperTestSuite) TestHandleAcknowledgePacket()
at case"successful no-op: ORDERED - packet already acknowledged (replay)
we missed setting upORDERED
for it here. We should addpath.SetChannelOrdered()
beforepath.Setup()
to make it clearThe text was updated successfully, but these errors were encountered: