Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ape364 committed May 27, 2024
1 parent de9cbe6 commit 6214209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/extra/generators/test_generator_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_init_with_default_values():


def test_get_blocks_parser(generator_utils):
blocks_parser = BlocksParser(
blocks_parser = generator_utils._get_blocks_parser(
api_method=None,
request_params={'param': 'value'},
start_block=100,
Expand Down

0 comments on commit 6214209

Please sign in to comment.