Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr committed May 26, 2023
1 parent e8eab59 commit 222b294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/puterbot/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ def test_merge_consecutive_mouse_scroll_events():


def test_remove_redundant_mouse_move_events():
# certain failure modes only appear in longer event chains
raw_events = list(itertools.chain(*[
[
make_move_event(1),
Expand Down Expand Up @@ -365,7 +366,6 @@ def test_remove_redundant_mouse_move_events():
make_click_event(False, 3, get_post_children=lambda: [
make_move_event(3),
]),
make_move_event(4),
])
logger.info(f"expected_events=\n{pformat(expected_events)}")
actual_events = rows2dicts(
Expand Down

0 comments on commit 222b294

Please sign in to comment.