Skip to content

Commit

Permalink
fix: remove tests for unsigned long types
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Jul 2, 2024
1 parent 47bc03d commit 6d047b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_keywin.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,3 @@ def test_mouse_helpers():
assert move_relative(0, 0)
assert not move(0xFFFFFFFFFFFFFFFFF, 0xFFFFFFFFFFFFFFFFF)
assert not move_relative(0xFFFFFFFFFFFFFFFFF, 0xFFFFFFFFFFFFFFFFF)
assert not scroll(-1)
assert not scroll_horizontal(-1)

0 comments on commit 6d047b9

Please sign in to comment.