Skip to content

Commit

Permalink
test(collection): add more verify logics for tests(SendFT, OperatorSe…
Browse files Browse the repository at this point in the history
…ndFT, Authorize, Revoke) (#1133)

* test(collection): refactor tests(SendFT, OperatorSendFT, Authorize, Revoke) to verify more states

* chore: update CHANGELOG

* chore: fix for amount for insufficient fund test

* chore: add test for event compatability

* test: extract unittest for event build helper from test suite that is not related to suite setup

* test: print testcase's name in table tests
  • Loading branch information
jaeseung-bae authored Oct 12, 2023
1 parent 1519bae commit 44c406b
Show file tree
Hide file tree
Showing 2 changed files with 340 additions and 129 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (x/token) [\#1129](https://github.com/Finschia/finschia-sdk/pull/1129) add more unittest for `MsgGrantPermission` and `MsgRevokePermission` of x/token
* (x/token) [\#1130](https://github.com/Finschia/finschia-sdk/pull/1130) Add more unittest for MsgMint, MsgBurn, MsgOperatorBurn, MsgModify of x/token
* (x/collection) [\#1131](https://github.com/Finschia/finschia-sdk/pull/1131) add additional unittest of x/collection(`MsgIssueFT`, `MsgMintFT`, `MsgBurnFT`)
* (x/collection) [\#1133](https://github.com/Finschia/finschia-sdk/pull/1133) Refactor unittest for `SendFT`, `OperatorSendFT`, `AuthorizeOperator`, and `RevokeOperator` to check more states

### Bug Fixes
* (ledger) [\#1040](https://github.com/Finschia/finschia-sdk/pull/1040) Fix a bug(unable to connect nano S plus ledger on ubuntu)
Expand Down
Loading

0 comments on commit 44c406b

Please sign in to comment.