aboutsummaryrefslogtreecommitdiffstats
path: root/test/shh.methods.js
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-22 03:43:20 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-22 03:43:20 +0800
commitceb4357a8d66e5112369293b15247f03c561c514 (patch)
tree915e03281096df16c8d351574409fc98fd62aafe /test/shh.methods.js
parentfc986a3fbee02a4fcfbd4e74d9881fc25d5538b4 (diff)
downloadgo-tangerine-ceb4357a8d66e5112369293b15247f03c561c514.tar
go-tangerine-ceb4357a8d66e5112369293b15247f03c561c514.tar.gz
go-tangerine-ceb4357a8d66e5112369293b15247f03c561c514.tar.bz2
go-tangerine-ceb4357a8d66e5112369293b15247f03c561c514.tar.lz
go-tangerine-ceb4357a8d66e5112369293b15247f03c561c514.tar.xz
go-tangerine-ceb4357a8d66e5112369293b15247f03c561c514.tar.zst
go-tangerine-ceb4357a8d66e5112369293b15247f03c561c514.zip
sync api tests running, removed unused pieces of code
Diffstat (limited to 'test/shh.methods.js')
-rw-r--r--test/shh.methods.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/shh.methods.js b/test/shh.methods.js
index f2f56edbc..2e7e1387b 100644
--- a/test/shh.methods.js
+++ b/test/shh.methods.js
@@ -3,7 +3,6 @@ require('es6-promise').polyfill();
var assert = require('assert');
var web3 = require('../index.js');
var u = require('./utils.js');
-web3.setProvider(new web3.providers.WebSocketProvider('http://localhost:8080')); // TODO: create some mock provider
describe('web3', function() {
describe('shh', function() {