Skip to content

Commit

Permalink
Merge branch 'master' into udapp-disconnect-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang authored Jan 10, 2025
2 parents 89971a1 + 4b5b3b5 commit 1e87cae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/remix-ide-e2e/src/tests/solidityImport.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const sources = [
'Untitled5.sol': { content: 'import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/release-v2.3.0/contracts/token/ERC20/ERC20.sol"; contract test8 {}' }
},
{
'Untitled6.sol': { content: 'import "https://github.com/OpenZeppelin/openzeppelin-contracts/contracts/token/ERC20/ERC20.sol"; contract test10 {}' }
'Untitled6.sol': { content: 'import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol"; contract test10 {}' }
},
{
'Untitled7.sol': { content: 'import "https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/master/contracts/token/ERC20/ERC20.sol"; contract test11 {}' }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/remix-simulator/test/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe('Events', () => {
toBlock: 2,
topics: [['0x342827c97908e5e2f71151c08502a66d44b6f758e3ac2f1de95f02eb95f0a735', '0xdcd9c7fa0342f01013bd0bf2bec103a81936162dcebd1f0c38b1d4164c17e0fc']]
})
// 0xdcd9c7fa0342f01013b is a topic from a event emitted by the other contract and should not be take into account.
// 0xdcd9c7fa0342f01013b is a topic from an event emitted by the other contract and should not be take into account.
assert.equal(ownerLogs.length, 1, '5) ownerLogs length should be equal to 1')
})
})
Expand Down

0 comments on commit 1e87cae

Please sign in to comment.