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:44 -04:00 committed by GitHub
parent 925f7be986
commit f56ff19d91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ TEST_F(AutoShift, key_release_after_timeout) {
TestDriver driver;
InSequence s;
auto left_shift = KeymapKey(0, 0, 0, SC_LSPO);
auto key_a = KeymapKey(0, 1, 0, KC_A);
auto key_a = KeymapKey(0, 1, 0, KC_A);
set_keymap({regular_key});