From 456d6f33426946d632ed52a3278b5fcd0c398644 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Tue, 20 Sep 2022 07:52:43 +0100 Subject: Remove legacy keycodes from unit tests (#18430) --- tests/tap_hold_configurations/default_mod_tap/test_tap_hold.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tap_hold_configurations/default_mod_tap/test_tap_hold.cpp') diff --git a/tests/tap_hold_configurations/default_mod_tap/test_tap_hold.cpp b/tests/tap_hold_configurations/default_mod_tap/test_tap_hold.cpp index e798265623..b70efe4aed 100644 --- a/tests/tap_hold_configurations/default_mod_tap/test_tap_hold.cpp +++ b/tests/tap_hold_configurations/default_mod_tap/test_tap_hold.cpp @@ -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); -- cgit v1.2.3