Skip to content

Commit 8ab9759

Browse files
reject-iAniket-Engg
authored andcommitted
fix errors transactionExecution.test.ts
1 parent ee372cd commit 8ab9759

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/remix-ide-e2e/src/tests/transactionExecution.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@ module.exports = {
317317
- check the block number has been set to the current mainnet block number.
318318
- check blocknumber is advancing
319319
- fork and check blocknumber is advancing the forked state. The name is 'Mainnet fork 1'
320-
- fork again and check blocknumber is advancing the forked state. The nmae is 'Mainnet fork 2'
320+
- fork again and check blocknumber is advancing the forked state. The name is 'Mainnet fork 2'
321321
- switch back to Mainnet fork 1 and check we have the right number of blocks.
322-
- transact agin using Mainnet fork 1
322+
- transact again using Mainnet fork 1
323323
*/
324324
let addressRef
325325
let currentBlockNumber: number
@@ -707,7 +707,7 @@ contract C {
707707
}
708708
709709
contract MyResolver {
710-
// Same address for Mainet, Ropsten, Rinkerby, Gorli and other networks;
710+
// Same address for Mainnet, Ropsten, Rinkerby, Gorli and other networks;
711711
ENS ens = ENS(0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e);
712712
713713
function resolve() public view returns(address) {

0 commit comments

Comments
 (0)