mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-02 18:34:09 +00:00
Fix broken test deployment shit
This commit is contained in:
parent
361e1ec94a
commit
0942b710e3
@ -39,8 +39,7 @@ Test.prototype.deployAll = function(contractsConfig, cb) {
|
||||
contractsConfig: config.contractsConfig,
|
||||
logger: logger
|
||||
});
|
||||
contractsManager.build();
|
||||
callback(null, contractsManager);
|
||||
contractsManager.build(callback);
|
||||
},
|
||||
function deployContracts(contractsManager, callback) {
|
||||
var deploy = new Deploy({
|
||||
|
Loading…
x
Reference in New Issue
Block a user