forked from mirrors/qmk_userspace
Remove legacy keycodes from unit tests (#18430)
This commit is contained in:
parent
100cf3db3a
commit
456d6f3342
4 changed files with 9 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue