We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e7807 commit 1f68d80Copy full SHA for 1f68d80
tests/core/contracts/test_extracting_event_data.py
@@ -848,7 +848,7 @@ def test_event_rich_log(
848
txn_hash = emitter_fn(event_id, *call_args).transact()
849
else:
850
# Some tests do not rely on the event_id. Rather than
851
- # changing this test too much,bypass this here and just
+ # changing this test too much, bypass this here and just
852
# call the function with the provided args.
853
txn_hash = emitter_fn(*call_args).transact()
854
txn_receipt = wait_for_transaction(w3, txn_hash)
0 commit comments