summaryrefslogtreecommitdiff
path: root/tests/auto_shift/test_auto_shift.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto_shift/test_auto_shift.cpp')
-rw-r--r--tests/auto_shift/test_auto_shift.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto_shift/test_auto_shift.cpp b/tests/auto_shift/test_auto_shift.cpp
index a83f436c33..0cc5fd2672 100644
--- a/tests/auto_shift/test_auto_shift.cpp
+++ b/tests/auto_shift/test_auto_shift.cpp
@@ -61,6 +61,7 @@ TEST_F(AutoShift, key_release_after_timeout) {
testing::Mock::VerifyAndClearExpectations(&driver);
/* Release regular key */
+ EXPECT_REPORT(driver, (KC_LSFT));
EXPECT_REPORT(driver, (KC_LSFT, KC_A));
EXPECT_REPORT(driver, (KC_LSFT));
EXPECT_EMPTY_REPORT(driver);