Skip to content

Commit

Permalink
Remove manual setting of flush status.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Jul 3, 2023
1 parent f76b257 commit 3ed00e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/core/04-channel/keeper/packet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -791,11 +791,6 @@ func (suite *KeeperTestSuite) TestAcknowledgePacket() {

err = path.EndpointA.ChanUpgradeAck()
suite.Require().NoError(err)

// TODO: Manually set until #3929 is implemented.
channel := path.EndpointA.GetChannel()
channel.FlushStatus = types.FLUSHCOMPLETE
path.EndpointA.SetChannel(channel)
}, false},
{"capability authentication failed ORDERED", func() {
expError = types.ErrInvalidChannelCapability
Expand Down

0 comments on commit 3ed00e9

Please sign in to comment.