Skip to content

Commit 5cd21b3

Browse files
committed
Fixed typo
1 parent c48700a commit 5cd21b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/tests/TestControllerButtons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async def push_all_buttons(self):
2020
await self.wait(0.3)
2121

2222
async def pushing_button_simultaneous(self):
23-
logger.info('Push L and R buttons')
23+
logger.info('Push A and B buttons')
2424
await self.button_push('a', 'b')
2525
await self.wait(0.3)
2626

0 commit comments

Comments
 (0)