Skip to content

Commit

Permalink
fix last typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed Jul 16, 2024
1 parent 9863c86 commit 70951b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_get_contract_mapping_info_by_name_nonexistent(mapper):

def test_get_contract_mapping_info_by_bytecode(mapper, ast_nodes):
mapper.add_contract_mapping_info("ContractA", "bytecodeA", ast_nodes)
contract_info = mapper.get_contarct_mapping_info_by_bytecode("bytecodeA")
contract_info = mapper.get_contract_mapping_info_by_bytecode("bytecodeA")
assert contract_info is not None
assert contract_info.bytecode == "bytecodeA"

Expand Down

0 comments on commit 70951b4

Please sign in to comment.