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

Commit

Permalink
correct block range again
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Oct 11, 2024
1 parent 79b9bb4 commit 03e731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_fetch_orderbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_get_order_rewards(self):

def test_get_batch_rewards(self):
block_number = 20936269
block_range = BlockRange(block_number, block_number + 10)
block_range = BlockRange(block_number, block_number + 11)
rewards_df = OrderbookFetcher.get_batch_rewards(block_range)
expected = pd.DataFrame(
{
Expand Down

0 comments on commit 03e731c

Please sign in to comment.