summaryrefslogtreecommitdiffstats
path: root/tests/tap_hold_configurations/tapping_force_hold/test_action_layer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tap_hold_configurations/tapping_force_hold/test_action_layer.cpp')
-rw-r--r--tests/tap_hold_configurations/tapping_force_hold/test_action_layer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tap_hold_configurations/tapping_force_hold/test_action_layer.cpp b/tests/tap_hold_configurations/tapping_force_hold/test_action_layer.cpp
index 54e7daa22c..a67c6629e0 100644
--- a/tests/tap_hold_configurations/tapping_force_hold/test_action_layer.cpp
+++ b/tests/tap_hold_configurations/tapping_force_hold/test_action_layer.cpp
@@ -32,7 +32,7 @@ TEST_F(ActionLayer, LayerTapToggleWithToggleWithKeypress) {
/* Tap TT five times . */
/* TODO: Tapping Force Hold breaks TT */
- EXPECT_CALL(driver, send_keyboard_mock(_)).Times(0);
+ EXPECT_NO_REPORT(driver);
layer_key.press();
run_one_scan_loop();
@@ -77,4 +77,4 @@ TEST_F(ActionLayer, LayerTapToggleWithToggleWithKeypress) {
run_one_scan_loop();
expect_layer_state(0);
testing::Mock::VerifyAndClearExpectations(&driver);
-} \ No newline at end of file
+}