Forgot to adjust test for new mouse encoding
This commit is contained in:
parent
e7b216ba68
commit
e66c732b41
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ def enc(button=L, action=defines.PRESS, mods=0, x=1, y=1):
|
|||
|
||||
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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue