Skip to content

Commit

Permalink
Merge main.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taztingo committed May 17, 2024
2 parents acf982d + 2adf2c5 commit ae21577
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* Clean up the marker module's expected BankKeeper interface [#1954](https://github.com/provenance-io/provenance/pull/1954).
* Add the auto-cli commands and a few others newly added by the SDK [#1971](https://github.com/provenance-io/provenance/pull/1971).
* Fix unit tests for ibcratelimit [#1977](https://github.com/provenance-io/provenance/pull/1977).
* * Fix unit tests for ibchooks [#1980](https://github.com/provenance-io/provenance/pull/1980).
* Fix unit tests for ibchooks [#1980](https://github.com/provenance-io/provenance/pull/1980).

### Client Breaking

Expand Down
4 changes: 3 additions & 1 deletion x/ibchooks/ibc_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,9 @@ func (suite *HooksTestSuite) FullSend(msg sdk.Msg, direction Direction) (*abci.E

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

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

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

0 comments on commit ae21577

Please sign in to comment.