Skip to content

Commit

Permalink
dev: removing duplicate function (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
milancermak authored Mar 23, 2022
1 parent fd6630e commit fc69d56
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ def felt_to_str(felt):
return b_felt.decode()


def assert_event_emitted(tx_exec_info, from_address, name, data):
assert Event(
from_address=from_address,
keys=[get_selector_from_name(name)],
data=data,
) in tx_exec_info.raw_events


def uint(a):
return(a, 0)

Expand Down

0 comments on commit fc69d56

Please sign in to comment.