Skip to content

Commit

Permalink
Parameter 'check_buffer' in test correctly renamed.
Browse files Browse the repository at this point in the history
  • Loading branch information
yohplala committed Jun 7, 2024
1 parent 9650db3 commit f0649a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_aggstream/test_aggstream_advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def test_exception_seed_check_and_restart(store, seed_path):
ts = [start + Timedelta(f"{mn}T") for mn in rand_ints]
ref_idx = 10

def check(seed_chunk, check_buffer=None):
def check(seed_chunk, pre_buffer=None):
"""
Raise a 'ValueError' if 'ts[10]' is at start in 'ordered_on' column.
"""
Expand Down

0 comments on commit f0649a2

Please sign in to comment.