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 3b8e676d85
commit 4db69ee261

View File

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