From de72733c31d768cb9e4c8d7aa7f1f1d86677e18e Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 17 Jan 2018 11:39:48 -0500 Subject: [PATCH] remove node config from testapp so it works on the ci --- test_app/test/simple_storage_spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_app/test/simple_storage_spec.js b/test_app/test/simple_storage_spec.js index 4e990431..e8f2cedf 100644 --- a/test_app/test/simple_storage_spec.js +++ b/test_app/test/simple_storage_spec.js @@ -5,9 +5,9 @@ contract("SimpleStorage", function() { before(function(done) { this.timeout(0); - config({ - node: "http://localhost:8545" - }); + //config({ + // node: "http://localhost:8545" + //}); var contractsConfig = { "SimpleStorage": {