diff options
author | Joel Challis <git@zvecr.com> | 2022-09-20 07:52:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 08:52:43 +0200 |
commit | 456d6f33426946d632ed52a3278b5fcd0c398644 (patch) | |
tree | e8570b678d3597339006214bf3f9b921e73f0e55 /tests/tap_hold_configurations/retro_tapping | |
parent | 100cf3db3a14b4d841bf55e53aba5b54036f67af (diff) |
Remove legacy keycodes from unit tests (#18430)
Diffstat (limited to 'tests/tap_hold_configurations/retro_tapping')
-rw-r--r-- | tests/tap_hold_configurations/retro_tapping/test_tap_hold.cpp | 2 |
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); |