Skip to content

Commit

Permalink
Remove Block_range dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola committed May 21, 2024
1 parent b0d0ec5 commit f347fb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flood/tests/equality_tests/equality_test_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import random

import flood
from flood.tests.equality_tests.input_generator import BLOCK_RANGE


def get_all_equality_tests(
Expand Down Expand Up @@ -176,7 +175,7 @@ def get_vanilla_equality_tests(
ctc.rpc.construct_eth_fee_history,
[
int(start_block),
BLOCK_RANGE
64
],
{},
),
Expand Down

0 comments on commit f347fb8

Please sign in to comment.