mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-23 12:38:18 +00:00
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…
x
Reference in New Issue
Block a user