diff options
Diffstat (limited to 'lib/python/qmk/tests')
| -rw-r--r-- | lib/python/qmk/tests/test_cli_commands.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/python/qmk/tests/test_cli_commands.py b/lib/python/qmk/tests/test_cli_commands.py index 2973f81702..54b143c64f 100644 --- a/lib/python/qmk/tests/test_cli_commands.py +++ b/lib/python/qmk/tests/test_cli_commands.py @@ -113,7 +113,7 @@ def test_list_keymaps_community():  def test_list_keymaps_kb_only(): -    result = check_subcommand('list-keymaps', '-kb', 'niu_mini') +    result = check_subcommand('list-keymaps', '-kb', 'contra')      check_returncode(result)      assert 'default' and 'via' in result.stdout | 
