From 01afb9c95e260e75aebc15007b3efb17b16c0f0e Mon Sep 17 00:00:00 2001 From: vrolland Date: Tue, 10 Mar 2020 12:34:33 +0100 Subject: [PATCH] remove only in tests --- packages/request-client.js/test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/request-client.js/test/index.test.ts b/packages/request-client.js/test/index.test.ts index ca1954fd9e..ff6bbb2b74 100644 --- a/packages/request-client.js/test/index.test.ts +++ b/packages/request-client.js/test/index.test.ts @@ -1240,7 +1240,7 @@ describe('index', () => { }); // This test checks that 2 payments with reference `fb8cc0abeed87cb8` have reached 0xc12F17Da12cd01a9CDBB216949BA0b41A6Ffc4EB - it.only('can get the balance of an ETH request', async function(): Promise { + it('can get the balance of an ETH request', async function(): Promise { const clock: sinon.SinonFakeTimers = sinon.useFakeTimers(); // tslint:disable-next-line: no-invalid-this