From 541377e548f23368b50ac52439a37600581a56b2 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 31 Jan 2022 21:18:08 -0800 Subject: [PATCH] Fixing integration test --- test/integration/chains/bchn/utxo-integration.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/chains/bchn/utxo-integration.js b/test/integration/chains/bchn/utxo-integration.js index 8df4c74..cd7f3e5 100644 --- a/test/integration/chains/bchn/utxo-integration.js +++ b/test/integration/chains/bchn/utxo-integration.js @@ -5,8 +5,8 @@ const assert = require('chai').assert const BCHJS = require('../../../../src/bch-js') -// const bchjs = new BCHJS() -const bchjs = new BCHJS({ restURL: 'http://192.168.2.129:3000/v5/' }) +const bchjs = new BCHJS() +// const bchjs = new BCHJS({ restURL: 'http://192.168.2.129:3000/v5/' }) describe('#UTXO', () => { beforeEach(async () => {