Commit a4cf6d0e authored by lianahus's avatar lianahus Committed by Liana Husikyan

fixing tests

parent e3c27e92
...@@ -173,7 +173,7 @@ const resolveExternalUrlAndSaveToaPath = ` ...@@ -173,7 +173,7 @@ const resolveExternalUrlAndSaveToaPath = `
(async () => { (async () => {
try { try {
console.log('start') console.log('start')
console.log(await remix.call('contentImport', 'resolveAndSave', 'https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20Burnable.sol', 'github/newFile.sol')) console.log(await remix.call('contentImport', 'resolveAndSave', 'https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/extensions/ERC20Burnable.sol', 'github/newFile.sol'))
} catch (e) { } catch (e) {
console.log(e.message) console.log(e.message)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment