Skip to content

Commit

Permalink
Fix sticky_keys defer_release
Browse files Browse the repository at this point in the history
  • Loading branch information
regicidalplutophage authored Dec 11, 2024
1 parent b4d4f6a commit f0dab6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sticky_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ def test_sticky_key_deferred(self):
{KC.N0, KC.N1, KC.N2},
{KC.N0, KC.N1, KC.N2, KC.N3},
{KC.N0, KC.N2, KC.N3},
{KC.N2, KC.N3},
{KC.N3},
{KC.N0, KC.N3},
{KC.N0},
{},
],
)
Expand Down

0 comments on commit f0dab6a

Please sign in to comment.