Speed up unit tests

This commit is contained in:
xs5871
2023-03-15 21:49:22 +00:00
committed by xs5871
parent ba06d3c8a5
commit 3e13c8c321
2 changed files with 17 additions and 20 deletions

View File

@@ -317,7 +317,6 @@ class TestHoldTap(unittest.TestCase):
(0, False),
(0, True),
(0, False),
t_after,
],
[{KC.A}, {}, {KC.A}, {}, {KC.A}, {}],
)
@@ -333,7 +332,6 @@ class TestHoldTap(unittest.TestCase):
(0, False),
(0, True),
(0, False),
t_after,
],
[{KC.B}, {}, {KC.B}, {}, {KC.B}, {}],
)
@@ -350,7 +348,6 @@ class TestHoldTap(unittest.TestCase):
t_after,
(0, True),
(0, False),
t_after,
],
[{KC.A}, {}, {KC.B}, {}, {KC.A}, {}],
)