difftreelog
Test description
in: master
1 file changed
tests/src/addToWhiteList.test.tsdiffbeforeafterboth99 });99 });100 });100 });101101102 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 });