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