fix conflict in test and provider

This commit is contained in:
Jonathan Rainville 2018-07-06 15:16:04 -04:00 committed by Iuri Matias
parent 239a182404
commit 839393074a

View File

@ -44,6 +44,7 @@ class Test {
}
initWeb3Provider(callback) {
const self = this;
if (this.provider) {
this.provider.stop();
}