--- a/tests/src/addToWhiteList.test.ts +++ b/tests/src/addToWhiteList.test.ts @@ -99,7 +99,7 @@ }); }); - it('Add to the white list by regular user', async () => { + it('Negative. Add to the white list by regular user', async () => { const collectionId = await createCollectionExpectSuccess(); await addToWhiteListExpectFail(Bob, collectionId, Charlie.address); });