mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 13:26:10 +00:00
fix(tests): fix tests that fetched files from devleop
fix tests that fetched contracts from develop by changing to master improve error logging for downloads
This commit is contained in:
parent
51e39c5b74
commit
ea2a656ec1
@ -128,7 +128,7 @@ class File {
|
||||
}
|
||||
], (err, content) => {
|
||||
if (err) {
|
||||
console.error(__('Error while downloading the file'), err);
|
||||
console.error(__('Error while downloading the file'), url, err);
|
||||
return callback('');
|
||||
}
|
||||
callback(content.toString());
|
||||
|
@ -14,7 +14,7 @@ class Simulator {
|
||||
this.logger = options.logger;
|
||||
}
|
||||
|
||||
/*eslint complexity: ["error", 21]*/
|
||||
/*eslint complexity: ["error", 22]*/
|
||||
run(options) {
|
||||
let cmds = [];
|
||||
|
||||
|
@ -23,9 +23,6 @@ module.exports = {
|
||||
Ownable: {
|
||||
deploy: false
|
||||
},
|
||||
SimpleStorageTest: {
|
||||
args: [100]
|
||||
},
|
||||
SimpleStorage: {
|
||||
fromIndex: 0,
|
||||
args: [100],
|
||||
|
Loading…
x
Reference in New Issue
Block a user