Skip to content

Commit e33c5e4

Browse files
committed
Putting key back in HoldDown test
1 parent 0abc77e commit e33c5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def new_method(self) -> bool:
650650

651651
def test_positional_arg_warns(self) -> None:
652652
with pytest.warns(DeprecationWarning):
653-
HoldDown(None, True)
653+
HoldDown(Keys.LEFT_ALT, True)
654654

655655
def test_keyword_arg_does_not_warn(self) -> None:
656656
with not_raises(DeprecationWarning), warnings.catch_warnings():

0 commit comments

Comments
 (0)