summaryrefslogtreecommitdiff
path: root/tests/tap_hold_configurations/default_mod_tap/test_tap_hold.cpp
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-06-05 19:06:37 +0000
committerQMK Bot <hello@qmk.fm>2022-06-05 19:06:37 +0000
commit6221c861860e6e2083ef4de6eb67ed74a1636c4a (patch)
tree4de25279faad550ccd2da1b6694421eb5a326c95 /tests/tap_hold_configurations/default_mod_tap/test_tap_hold.cpp
parentd6402fe9fb01efae5c4952c1a3c07cd128e81eea (diff)
parent4c48760558808bb42c99934a0e2c330679d6c6cf (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tests/tap_hold_configurations/default_mod_tap/test_tap_hold.cpp')
-rw-r--r--tests/tap_hold_configurations/default_mod_tap/test_tap_hold.cpp2
1 files changed, 1 insertions, 1 deletions
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);