difftreelog
fix(test) new collection is not external
in: master
1 file changed
tests/src/createCollection.test.tsdiffbeforeafterboth88 });88 });89 });89 });909091 it('Create new collection is not read only', async () => {91 it('New collection is not external', async () => {92 await usingApi(async api => {92 await usingApi(async api => {93 const alice = privateKey('//Alice');93 const alice = privateKey('//Alice');94 const tx = api.tx.unique.createCollectionEx({94 const tx = api.tx.unique.createCollectionEx({ });95 readOnly: true,96 });97 const events = await submitTransactionAsync(alice, tx);95 const events = await submitTransactionAsync(alice, tx);98 const result = getCreateCollectionResult(events);96 const result = getCreateCollectionResult(events);