From 5ec9c46573a55510860e3b2a3f0ab1be39cd3748 Mon Sep 17 00:00:00 2001 From: mr-t Date: Tue, 21 Nov 2023 02:48:55 +0100 Subject: [PATCH] add comment --- contracts/sg-ics721/src/testing/integration_tests.rs | 1 + packages/ics721/src/testing/integration_tests.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/contracts/sg-ics721/src/testing/integration_tests.rs b/contracts/sg-ics721/src/testing/integration_tests.rs index 1b2c06fd..f2e4264c 100644 --- a/contracts/sg-ics721/src/testing/integration_tests.rs +++ b/contracts/sg-ics721/src/testing/integration_tests.rs @@ -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 = diff --git a/packages/ics721/src/testing/integration_tests.rs b/packages/ics721/src/testing/integration_tests.rs index 29d09ef5..69e7fbc0 100644 --- a/packages/ics721/src/testing/integration_tests.rs +++ b/packages/ics721/src/testing/integration_tests.rs @@ -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 =