Skip to content

Commit 1f68d80

Browse files
aso20455pacrob
authored andcommitted
Update test_extracting_event_data.py
1 parent a6e7807 commit 1f68d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/contracts/test_extracting_event_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ def test_event_rich_log(
848848
txn_hash = emitter_fn(event_id, *call_args).transact()
849849
else:
850850
# Some tests do not rely on the event_id. Rather than
851-
# changing this test too much,bypass this here and just
851+
# changing this test too much, bypass this here and just
852852
# call the function with the provided args.
853853
txn_hash = emitter_fn(*call_args).transact()
854854
txn_receipt = wait_for_transaction(w3, txn_hash)

0 commit comments

Comments
 (0)