Remove legacy keycodes from unit tests (#18430)

This commit is contained in:
Joel Challis
2022-09-20 07:52:43 +01:00
committed by GitHub
parent 100cf3db3a
commit 456d6f3342
4 changed files with 9 additions and 9 deletions

View File

@@ -213,7 +213,7 @@ TEST_F(DefaultTapHold, tap_and_hold_mod_tap_hold_key) {
set_keymap({mod_tap_hold_key});
/* Press mod-tap-hold key. */
EXPECT_REPORT(driver, (KC_LSHIFT));
EXPECT_REPORT(driver, (KC_LEFT_SHIFT));
mod_tap_hold_key.press();
idle_for(TAPPING_TERM + 1);
testing::Mock::VerifyAndClearExpectations(&driver);