Skip to content

Commit

Permalink
test(collection): add additional unittest of MsgIssueFT, `MsgMintFT…
Browse files Browse the repository at this point in the history
…`, `MsgBurnFT` (#1131)

* chore: add more validate unittest for MsgIssueFT of x/collection

* chore: add more validate unittest for MsgMintFT and MsgBurnFT of x/collection

* chore: add more unittest for MsgIssueFT of x/collection

* chore: add more unittest for MsgMintFT of x/collection

* chore: add more unittest for MsgMintFT and MsgBurnFT of x/collection

* chore: refactoring MsgMintFT and MsgBrunFT test

* chore: refactoring MsgMintFT and MsgBrunFT test (add multiple times test)

* chore: remove develop comment

* chore: update changelog

* chore: fix typo

* chore: modify initialize context

* chore: rearrange import packages in Update x/collection/keeper/msg_server_test.go

Co-authored-by: Jayden Lee <[email protected]>

---------

Co-authored-by: Jayden Lee <[email protected]>
  • Loading branch information
zemyblue and tkxkd0159 authored Oct 6, 2023
1 parent e625d3d commit 1519bae
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 39 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (x/token) [\#1128](https://github.com/Finschia/finschia-sdk/pull/1128) add more unittest for MsgIssue of x/token
* (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`)

### 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 1519bae

Please sign in to comment.