Skip to content

Commit

Permalink
openzeppelin path updated for terminal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Feb 23, 2021
1 parent 20e4d00 commit 9ccffa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide-e2e/src/tests/terminal.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const resolveExternalUrlAndSaveToaPath = `
(async () => {
try {
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) {
console.log(e.message)
}
Expand Down

0 comments on commit 9ccffa5

Please sign in to comment.