Unverified Commit 2a05375c authored by yann300's avatar yann300 Committed by GitHub

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

fix import during e2e tests
parents a631cddc e511e68a
...@@ -265,7 +265,7 @@ const sources = [ ...@@ -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': { 'withABIEncoderV2.sol': {
......
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