Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Nov 20, 2024
1 parent d63428b commit c87ea1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_macros/test_mod_tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
@test_setup
class TestModTapIntegration(unittest.IsolatedAsyncioTestCase):
# Testcases are from https://github.com/qmk/qmk_firmware/blob/78a0adfbb4d2c4e12f93f2a62ded0020d406243e/docs/tap_hold.md#nested-tap-abba-nested-tap
# This test-setup is a bit more involved, because I want to also properly test the forwarding based on the
# return-value of the listener.
# This test-setup is a bit more involved, because I needed to modify the
# EventReader as well for this to work.

def setUp(self):
self.origin_hash = fixtures.bar_device.get_device_hash()
Expand Down

0 comments on commit c87ea1a

Please sign in to comment.