From e97a0be456336e50cf7a3d0030734e728dbbfec1 Mon Sep 17 00:00:00 2001 From: Rosco Kalis Date: Thu, 1 Oct 2020 06:53:46 -0400 Subject: [PATCH] Remove .only --- test/v3/a01-electrumx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/v3/a01-electrumx.js b/test/v3/a01-electrumx.js index 7c777fe..db5936a 100644 --- a/test/v3/a01-electrumx.js +++ b/test/v3/a01-electrumx.js @@ -906,7 +906,7 @@ describe('#ElectrumX Router', () => { }) }) - describe.only('#_broadcastTransactionWithElectrum', () => { + describe('#_broadcastTransactionWithElectrum', () => { it('should return error object for invalid formatted transaction', async () => { const invalidHex = mockData.txDetails.hex.substring(10) @@ -941,7 +941,7 @@ describe('#ElectrumX Router', () => { }) }) - describe.only('#broadcastTransaction', () => { + describe('#broadcastTransaction', () => { it('should throw an error for a non-string', async () => { req.body = 456