From d2391d45ab83ee294e896a37e788494d866276ed Mon Sep 17 00:00:00 2001 From: Antz0x0z <47379684+Antz0x0z@users.noreply.github.com> Date: Wed, 27 Jan 2021 09:55:25 +0000 Subject: [PATCH] Update setConstOnChainSchema.test.ts Fix param describe.only --- --- a/tests/src/setConstOnChainSchema.test.ts +++ b/tests/src/setConstOnChainSchema.test.ts @@ -26,7 +26,7 @@ }); }); -describe.only('Integration Test ext. setConstOnChainSchema()', () => { +describe('Integration Test ext. setConstOnChainSchema()', () => { it('Run extrinsic with parameters of the collection id, set the scheme', async () => { await usingApi(async (api) => { @@ -50,7 +50,7 @@ }); }); -describe.only('Negative Integration Test ext. setConstOnChainSchema()', () => { +describe('Negative Integration Test ext. setConstOnChainSchema()', () => { it('Set a non-existent collection', async () => { await usingApi(async (api) => { -- gitstuff