Actually use the fucking `options` object when setting up tests
This commit is contained in:
parent
630f94f707
commit
ce6c10b4d1
|
@ -21,7 +21,7 @@ var Test = function(options) {
|
|||
}
|
||||
|
||||
this.web3 = new Web3();
|
||||
this.web3.setProvider(this.sim.provider());
|
||||
this.web3.setProvider(this.sim.provider(options));
|
||||
};
|
||||
|
||||
Test.prototype.deployAll = function(contractsConfig, cb) {
|
||||
|
|
Loading…
Reference in New Issue