From 08200c1d7aad432cc3999d0bb3ee7bcbb5112921 Mon Sep 17 00:00:00 2001 From: str-mv Date: Fri, 13 Aug 2021 11:03:30 +0000 Subject: [PATCH] Test description --- --- 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); }); -- gitstuff