Fix tests
This commit is contained in:
parent
19c81e187b
commit
d1b2b87be3
|
@ -14,7 +14,8 @@ var solcVersion = "0.4.24";
|
|||
var TestEvents = {
|
||||
request: (cmd, cb) => {
|
||||
cb(solcVersion);
|
||||
}
|
||||
},
|
||||
emit: (_ev, _data) => {}
|
||||
};
|
||||
|
||||
let ipcObject = new Ipc({
|
||||
|
|
|
@ -19,7 +19,8 @@ const currentSolcVersion = require('../package.json').dependencies.solc;
|
|||
const TestEvents = {
|
||||
request: (cmd, cb) => {
|
||||
cb(currentSolcVersion);
|
||||
}
|
||||
},
|
||||
emit: (_ev, _data) => {}
|
||||
};
|
||||
|
||||
describe('embark.Contracts', function() {
|
||||
|
|
Loading…
Reference in New Issue