difftreelog
Update getCreateCollectionResult()
in: master
Fix helpers.ts, event 'CollectionCreated'
1 file changed
tests/src/util/helpers.tsdiffbeforeafterboth118 // console.log(` ${phase}: ${section}.${method}:: ${data}`);118 // console.log(` ${phase}: ${section}.${method}:: ${data}`);119 if (method == 'ExtrinsicSuccess') {119 if (method == 'ExtrinsicSuccess') {120 success = true;120 success = true;121 } else if ((section == 'nft') && (method == 'Created')) {121 } else if ((section == 'nft') && (method == 'CollectionCreated')) {122 collectionId = parseInt(data[0].toString());122 collectionId = parseInt(data[0].toString());123 }123 }124 });124 });