Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taitruong committed Nov 21, 2023
1 parent ff2617a commit 5ec9c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/sg-ics721/src/testing/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,7 @@ fn test_do_instantiate_and_mint() {
assert_eq!(base_owner, owner);
}
// test case: instantiate cw721 with CustomClassData (without owner, name, and symbol)
// as a result instantiated collection on target chain will use class id for name and symbol
{
let mut test = Test::new(false, None, sg721_base_contract());
let collection_contract_source_chain =
Expand Down
1 change: 1 addition & 0 deletions packages/ics721/src/testing/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@ fn test_do_instantiate_and_mint() {
assert_eq!(base_owner, owner);
}
// test case: instantiate cw721 with CustomClassData (without owner, name, and symbol)
// as a result instantiated collection on target chain will use class id for name and symbol
{
let mut test = Test::new(false, None, cw721_base_contract());
let collection_contract_source_chain =
Expand Down

0 comments on commit 5ec9c46

Please sign in to comment.