mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-21 15:12:02 +00:00
Update tests/auto_shift/test_auto_shift.cpp
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
f56ff19d91
commit
28dc7dc812
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user