Update tests/auto_shift/test_auto_shift.cpp

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Andrew M 2024-10-12 22:25:50 -04:00 committed by GitHub
parent f56ff19d91
commit 28dc7dc812
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);