summaryrefslogtreecommitdiff
path: root/tests/tap_dance/test_examples.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tap_dance/test_examples.cpp')
-rw-r--r--tests/tap_dance/test_examples.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tap_dance/test_examples.cpp b/tests/tap_dance/test_examples.cpp
index e67e6cb907..6dabc45513 100644
--- a/tests/tap_dance/test_examples.cpp
+++ b/tests/tap_dance/test_examples.cpp
@@ -92,10 +92,9 @@ TEST_F(TapDance, DoubleTapWithMod) {
92 key_shift.release(); 92 key_shift.release();
93 key_esc_caps.press(); 93 key_esc_caps.press();
94 EXPECT_REPORT(driver, (KC_LSFT, KC_CAPS)); 94 EXPECT_REPORT(driver, (KC_LSFT, KC_CAPS));
95 EXPECT_REPORT(driver, (KC_CAPS));
95 run_one_scan_loop(); 96 run_one_scan_loop();
96 key_esc_caps.release(); 97 key_esc_caps.release();
97 EXPECT_REPORT(driver, (KC_LSFT));
98 run_one_scan_loop();
99 EXPECT_EMPTY_REPORT(driver); 98 EXPECT_EMPTY_REPORT(driver);
100 run_one_scan_loop(); 99 run_one_scan_loop();
101} 100}