Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar committed Apr 19, 2024
1 parent dfa4872 commit c782d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Contains all the PRs that improved the code without changing the behaviors.
- [#539](https://github.com/archway-network/archway/pull/539) - Remediations for x/callback audit
- [#552](https://github.com/archway-network/archway/pull/552) - Fix issue with x/callback callback error code was not identified correctly when setting cwerrors
- [#559](https://github.com/archway-network/archway/pull/559) - Fixing wrong bond denom being considered for x/callback and x/cwerrors fees
- [#562](https://github.com/archway-network/archway/pull/562) - Fixing the account from which x/cwerrors subscription fees are deducted


## [v6.0.0](https://github.com/archway-network/archway/releases/tag/v6.0.0)
Expand Down
2 changes: 1 addition & 1 deletion x/cwerrors/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (s *KeeperTestSuite) TestSubscribeToError() {
testCase: "FAIL: account doesnt have enough balance",
input: func() *types.MsgSubscribeToError {
return &types.MsgSubscribeToError{
Sender: contractAdminAcc.Address.String(),
Sender: contractAddr.String(),
ContractAddress: contractAddr.String(),
Fee: sdk.NewInt64Coin(sdk.DefaultBondDenom, 101),
}
Expand Down

0 comments on commit c782d85

Please sign in to comment.