diff options
Diffstat (limited to 'lib/python/qmk')
| -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(): | |||
| 113 | 113 | ||
| 114 | 114 | ||
| 115 | def test_list_keymaps_kb_only(): | 115 | def test_list_keymaps_kb_only(): |
| 116 | result = check_subcommand('list-keymaps', '-kb', 'niu_mini') | 116 | result = check_subcommand('list-keymaps', '-kb', 'contra') |
| 117 | check_returncode(result) | 117 | check_returncode(result) |
| 118 | assert 'default' and 'via' in result.stdout | 118 | assert 'default' and 'via' in result.stdout |
| 119 | 119 | ||
