Forgot to adjust test for new mouse encoding

This commit is contained in:
Kovid Goyal 2022-04-07 17:23:23 +05:30
parent e7b216ba68
commit e66c732b41
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -491,7 +491,7 @@ class TestKeys(BaseTest):
self.ae(enc(), '<0;1;1M')
self.ae(enc(action=defines.RELEASE), '<0;1;1m')
self.ae(enc(action=defines.MOVE), '<35;1;1M')
self.ae(enc(action=defines.MOVE, button=0), '<35;1;1M')
self.ae(enc(action=defines.DRAG), '<32;1;1M')
self.ae(enc(R), '<2;1;1M')