Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slundqui committed Nov 15, 2024
1 parent af85ebd commit f009ec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ def test_fork_backfill_sample():
sample_from_full_pool_info = full_pool_info[full_pool_info["block_number"].isin(target_sample_blocks)].reset_index(drop=True)
assert sample_pool_info.equals(sample_from_full_pool_info)

full_historical_positions = pool.get_pool_info()
full_historical_positions = pool.get_historical_positions()
sample_from_full_positions = full_historical_positions[
full_historical_positions["block_number"].isin(target_sample_blocks)
].reset_index(drop=True)
Expand Down

0 comments on commit f009ec4

Please sign in to comment.