test/test_keycode: fix test

main
Ilya Zhuravlev 2021-07-27 23:00:29 -04:00
parent 642aaf0f07
commit f1f61799ce
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ class FakeKeyboard:
layers = 4
macro_count = 16
custom_keycodes = None
tap_dance_count = 0
class TestKeycode(unittest.TestCase):