fix test
This commit is contained in:
parent
fc0825aeca
commit
600a1dfee8
|
@ -78,14 +78,16 @@ describe('embark.Config', function () {
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"path": "https://raw.githubusercontent.com/embark-framework/embark/master/test_app/app/contracts/simple_storage.sol",
|
"path": "https://raw.githubusercontent.com/embark-framework/embark/master/test_app/app/contracts/simple_storage.sol",
|
||||||
"basedir": "",
|
"basedir": "",
|
||||||
"resolver": undefined
|
"resolver": undefined,
|
||||||
|
"downloadedImports": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": ".embark/contracts/status-im/contracts/master/contracts/identity/ERC725.sol",
|
"filename": ".embark/contracts/status-im/contracts/master/contracts/identity/ERC725.sol",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"path": "https://raw.githubusercontent.com/status-im/contracts/master/contracts/identity/ERC725.sol",
|
"path": "https://raw.githubusercontent.com/status-im/contracts/master/contracts/identity/ERC725.sol",
|
||||||
"basedir": "",
|
"basedir": "",
|
||||||
"resolver": undefined
|
"resolver": undefined,
|
||||||
|
"downloadedImports": false
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
config.loadExternalContractsFiles();
|
config.loadExternalContractsFiles();
|
||||||
|
|
Loading…
Reference in New Issue