diff --git a/packages/marketplace/test/exchange/Exchange.test.ts b/packages/marketplace/test/exchange/Exchange.test.ts index 141195393d..51360c51e4 100644 --- a/packages/marketplace/test/exchange/Exchange.test.ts +++ b/packages/marketplace/test/exchange/Exchange.test.ts @@ -69,7 +69,7 @@ describe('Exchange.sol', function () { expect(await ExchangeContractAsDeployer.nativeOrder()).to.be.equal(false); }); - it.only('should not cancel the order if caller is not maker', async function () { + it('should not cancel the order if caller is not maker', async function () { const { ExchangeContractAsDeployer, user1,