Skip to content

Commit

Permalink
remove only in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vrolland committed Mar 10, 2020
1 parent 5564ac5 commit 01afb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/request-client.js/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> {
it('can get the balance of an ETH request', async function(): Promise<void> {
const clock: sinon.SinonFakeTimers = sinon.useFakeTimers();

// tslint:disable-next-line: no-invalid-this
Expand Down

0 comments on commit 01afb9c

Please sign in to comment.