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
Failed to generate hash of commit
4 changed files with 9 additions and 9 deletions

View file

@ -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);