Skip to content

Commit

Permalink
Remove todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taztingo committed May 17, 2024
1 parent ae21577 commit 5e62f6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x/ibchooks/ibc_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,7 @@ func (suite *HooksTestSuite) FullSend(msg sdk.Msg, direction Direction) (*abci.E

receiveResult, ack := suite.RelayPacket(packet, direction)

// TODO[1760]: ibchooks: Update tests
// return sendResult, receiveResult, string(ack), err
return nil, receiveResult, string(ack), err
return sendResult, receiveResult, string(ack), err
}

func (suite *HooksTestSuite) TestAcks() {
Expand Down

0 comments on commit 5e62f6b

Please sign in to comment.