mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
Update tests/auto_shift/test_auto_shift.cpp
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
925f7be986
commit
f56ff19d91
@ -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});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user