Skip to content

Commit 27eb2ff

Browse files
committed
Fix tests
1 parent 2e3b843 commit 27eb2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def test_match_ecodes_a():
66
assert res == {1: [372, 418, 419, 420]}
77
assert dict(util.resolve_ecodes_dict(res)) == {
88
("EV_KEY", 1): [
9-
(["KEY_FULL_SCREEN", "KEY_ZOOM"], 372),
9+
(("KEY_FULL_SCREEN", "KEY_ZOOM"), 372),
1010
("KEY_ZOOMIN", 418),
1111
("KEY_ZOOMOUT", 419),
1212
("KEY_ZOOMRESET", 420),

0 commit comments

Comments
 (0)