From 1c3fca045fc68d14f2d1ed846bc4c991da39a5cf Mon Sep 17 00:00:00 2001 From: Ayush Tiwari Date: Fri, 22 Sep 2023 15:18:42 +0530 Subject: [PATCH] test: removed only --- packages/marketplace/test/exchange/Exchange.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,