Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Fix get_events in test_blocks_on_demand
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed May 19, 2023
1 parent c79a369 commit 7bc515a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_blocks_on_demand.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def get_events(to_block):
"from_block": {"block_number": 0},
"to_block": to_block,
"chunk_size": 10,
"keys": [rpc_felt(INCREASE_BALANCE_CALLED_EVENT_KEY)],
"keys": [[rpc_felt(INCREASE_BALANCE_CALLED_EVENT_KEY)]],
}
},
)
Expand Down

0 comments on commit 7bc515a

Please sign in to comment.