git.delta.rocks / unique-network / refs/commits / 08200c1d7aad

difftreelog

Test description

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

1 file changed

modifiedtests/src/addToWhiteList.test.tsdiffbeforeafterboth
99 });99 });
100 });100 });
101101
102 it('Add to the white list by regular user', async () => {102 it('Negative. Add to the white list by regular user', async () => {
103 const collectionId = await createCollectionExpectSuccess();103 const collectionId = await createCollectionExpectSuccess();
104 await addToWhiteListExpectFail(Bob, collectionId, Charlie.address);104 await addToWhiteListExpectFail(Bob, collectionId, Charlie.address);
105 });105 });