git.delta.rocks / unique-network / refs/commits / 73eef2318e85

difftreelog

Test description fix

str-mv2021-08-13parent: #0066f81.patch.diff
in: master

1 file changed

modifiedtests/src/setPublicAccessMode.test.tsdiffbeforeafterboth
101 Bob = privateKey('//Bob');101 Bob = privateKey('//Bob');
102 });102 });
103 });103 });
104 it('Set the collection that has been deleted', async () => {104 it('setPublicAccessMode by collection admin', async () => {
105 await usingApi(async (api: ApiPromise) => {105 await usingApi(async (api: ApiPromise) => {
106 // tslint:disable-next-line: no-bitwise106 // tslint:disable-next-line: no-bitwise
107 const collectionId = await createCollectionExpectSuccess();107 const collectionId = await createCollectionExpectSuccess();