Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Dec 3, 2024
1 parent 01056cc commit 32ff4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stimuli/keyboard/tests/test_keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_keyboard_repr() -> None:
kb = Keyboard()
assert repr(kb) == "<Keyboard (disabled) - monitor all keys>"
kb.start()
assert repr(kb) == "<Keyboard (enabled) - monitor all keks>"
assert repr(kb) == "<Keyboard (enabled) - monitor all keys>"
kb.stop()

kb = Keyboard(keys=["a", "b", "c"])
Expand Down

0 comments on commit 32ff4ca

Please sign in to comment.