From 4c48760558808bb42c99934a0e2c330679d6c6cf Mon Sep 17 00:00:00 2001 From: Stefan Kerkmann Date: Sun, 5 Jun 2022 21:06:05 +0200 Subject: Apply EXPECT_REPORT and EXPECT_EMPTY_REPORT (#17311) ...convenience macros to test cases that where missed during #17284 --- 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') 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 ecb79c2560..687a4e0318 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 @@ -133,7 +133,7 @@ TEST_F(DefaultTapHold, tap_regular_key_while_layer_tap_key_is_held) { EXPECT_REPORT(driver, (KC_P)); EXPECT_REPORT(driver, (KC_P, KC_A)); EXPECT_REPORT(driver, (KC_P)); - EXPECT_CALL(driver, send_keyboard_mock(_)); + EXPECT_EMPTY_REPORT(driver); layer_tap_hold_key.release(); run_one_scan_loop(); testing::Mock::VerifyAndClearExpectations(&driver); -- cgit v1.2.3