Skip to content

Commit 5344526

Browse files
committed
fix typos
1 parent 882cc9c commit 5344526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: tests/frontier/opcodes/test_calldatacopy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def test_calldatacopy(
142142
"""
143143
Test `CALLDATACOPY` opcode.
144144
145-
Based on https://github.com/ethereum/tests/blob/ae4791077e8fcf716136e70fe8392f1a1f1495fb/src/GeneralStateTestsFiller/VMTests/vmTests/calldatacopyFiller.ym
145+
Based on https://github.com/ethereum/tests/blob/ae4791077e8fcf716136e70fe8392f1a1f1495fb/src/GeneralStateTestsFiller/VMTests/vmTests/calldatacopyFiller.yml
146146
"""
147147
code_address = pre.deploy_contract(code)
148148
to = pre.deploy_contract(

Diff for: tests/frontier/opcodes/test_calldataload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_calldataload(
7070
"""
7171
Test `CALLDATALOAD` opcode.
7272
73-
Based on https://github.com/ethereum/tests/blob/ae4791077e8fcf716136e70fe8392f1a1f1495fb/src/GeneralStateTestsFiller/VMTests/vmTests/calldatacopyFiller.ym
73+
Based on https://github.com/ethereum/tests/blob/ae4791077e8fcf716136e70fe8392f1a1f1495fb/src/GeneralStateTestsFiller/VMTests/vmTests/calldatacopyFiller.yml
7474
"""
7575
address_a = pre.deploy_contract(code_for_address_a)
7676

0 commit comments

Comments
 (0)