difftreelog
fix(test) createCollection now fully uses privateKeyWrapper
in: master
1 file changed
tests/src/createCollection.test.tsdiffbeforeafterboth89 });89 });909091 it('New collection is not external', async () => {91 it('New collection is not external', async () => {92 await usingApi(async api => {92 await usingApi(async (api, privateKeyWrapper) => {93 const alice = privateKey('//Alice');93 const alice = privateKeyWrapper('//Alice');94 const tx = api.tx.unique.createCollectionEx({ });94 const tx = api.tx.unique.createCollectionEx({ });95 const events = await submitTransactionAsync(alice, tx);95 const events = await submitTransactionAsync(alice, tx);96 const result = getCreateCollectionResult(events);96 const result = getCreateCollectionResult(events);