From 28dc7dc81200e371f7ea43962c1887ab36b407e1 Mon Sep 17 00:00:00 2001 From: Andrew M Date: Sat, 12 Oct 2024 22:25:50 -0400 Subject: [PATCH] Update tests/auto_shift/test_auto_shift.cpp Co-authored-by: Drashna Jaelre --- tests/auto_shift/test_auto_shift.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto_shift/test_auto_shift.cpp b/tests/auto_shift/test_auto_shift.cpp index d31bed7c9d1..5fbf6746597 100644 --- a/tests/auto_shift/test_auto_shift.cpp +++ b/tests/auto_shift/test_auto_shift.cpp @@ -73,7 +73,7 @@ TEST_F(AutoShift, key_release_after_timeout) { // press shift, press key, release shift, release key // the right interaction is we only get the shifted key // the wrong interaction is we get a bracket and a shifted key -TEST_F(AutoShift, key_release_after_timeout) { +TEST_F(AutoShift, auto_shift_with_space_cadet) { TestDriver driver; InSequence s; auto left_shift = KeymapKey(0, 0, 0, SC_LSPO);