Merge pull request #1266 from ethereum/yann300-patch-31

fix import during e2e tests
pull/1265/head
yann300 3 years ago committed by GitHub
commit 2a05375cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/remix-ide-e2e/src/tests/debugger.spec.ts

@ -265,7 +265,7 @@ const sources = [
}
},
{
'externalImport.sol': { content: 'import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol"; contract test7 {}' }
'externalImport.sol': { content: 'import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/release-v4.1/contracts/token/ERC20/ERC20.sol"; contract test7 {}' }
},
{
'withABIEncoderV2.sol': {

Loading…
Cancel
Save