--- 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'}});