difftreelog
Check event for MultipleItems
in: master
Fix Section 'ItemCreated' for MultipleItems
1 file changed
tests/src/check-event/createMultipleItemsEvent.test.tsdiffbeforeafterboth171718describe('Create Multiple Items Event event ', () => {18describe('Create Multiple Items Event event ', () => {19 let Alice: IKeyringPair;19 let Alice: IKeyringPair;20 const checkSection = 'ItemCreated (x3)';20 const checkSection = 'ItemCreated';21 const checkTreasury = 'Deposit';21 const checkTreasury = 'Deposit';22 const checkSystem = 'ExtrinsicSuccess';22 const checkSystem = 'ExtrinsicSuccess';23 before(async () => {23 before(async () => {