We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48700a commit 5cd21b3Copy full SHA for 5cd21b3
1 file changed
plugins/tests/TestControllerButtons.py
@@ -20,7 +20,7 @@ async def push_all_buttons(self):
20
await self.wait(0.3)
21
22
async def pushing_button_simultaneous(self):
23
- logger.info('Push L and R buttons')
+ logger.info('Push A and B buttons')
24
await self.button_push('a', 'b')
25
26
0 commit comments