fix test failing with old solc version

This commit is contained in:
emizzle 2018-05-03 23:30:59 -04:00
parent 451c0bf2de
commit bdfe61ad75
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {