mirror of https://github.com/embarklabs/embark.git
fix test failing with old solc version
This commit is contained in:
parent
451c0bf2de
commit
bdfe61ad75
|
@ -8,7 +8,7 @@ let readFile = function(file) {
|
|||
return new File({filename: file, type: File.types.dapp_file, path: file});
|
||||
};
|
||||
|
||||
var solcVersion = "0.4.17";
|
||||
var solcVersion = "0.4.23";
|
||||
|
||||
var TestEvents = {
|
||||
request: (cmd, cb) => {
|
||||
|
|
Loading…
Reference in New Issue