summaryrefslogtreecommitdiff
path: root/tests/tap_hold_configurations/retro_tapping/test_tap_hold.cpp
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-09-20 06:53:12 +0000
committerQMK Bot <hello@qmk.fm>2022-09-20 06:53:12 +0000
commitea90fccbd6edfb564a6b85b7fedcf602e5e58ad3 (patch)
treeca6c0b7354232d16c22b0b9075f2fbd670087c8d /tests/tap_hold_configurations/retro_tapping/test_tap_hold.cpp
parentc4d8da4112f588b5faea4d8a07703e72f28930a4 (diff)
parent456d6f33426946d632ed52a3278b5fcd0c398644 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tests/tap_hold_configurations/retro_tapping/test_tap_hold.cpp')
-rw-r--r--tests/tap_hold_configurations/retro_tapping/test_tap_hold.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tap_hold_configurations/retro_tapping/test_tap_hold.cpp b/tests/tap_hold_configurations/retro_tapping/test_tap_hold.cpp
index dc0de0e44d..e08c600dbd 100644
--- a/tests/tap_hold_configurations/retro_tapping/test_tap_hold.cpp
+++ b/tests/tap_hold_configurations/retro_tapping/test_tap_hold.cpp
@@ -42,7 +42,7 @@ TEST_F(RetroTapping, tap_and_hold_mod_tap_hold_key) {
/* Release mod-tap-hold key. */
/* TODO: Why is LSHIFT send at all? */
- EXPECT_REPORT(driver, (KC_LSHIFT));
+ EXPECT_REPORT(driver, (KC_LEFT_SHIFT));
EXPECT_EMPTY_REPORT(driver);
EXPECT_REPORT(driver, (KC_P));
EXPECT_EMPTY_REPORT(driver);