From 663e0bb29c04ac6992ff9406ef8520a26ea6dc39 Mon Sep 17 00:00:00 2001 From: Trubnikov Sergey Date: Wed, 06 Apr 2022 06:52:21 +0000 Subject: [PATCH] CORE-238 Fix PR --- --- a/tests/src/limits.test.ts +++ b/tests/src/limits.test.ts @@ -397,7 +397,7 @@ }); }); -describe.only('Effective collection limits', () => { +describe('Effective collection limits', () => { it('Test1', async () => { await usingApi(async (api) => { const collectionId = await createCollectionExpectSuccess({mode: {type: 'NFT'}}); -- gitstuff