diff options
Diffstat (limited to 'lib/python/qmk/tests/test_cli_commands.py')
| -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 9a9dc4b95..55b8d253f 100644 --- a/lib/python/qmk/tests/test_cli_commands.py +++ b/lib/python/qmk/tests/test_cli_commands.py | |||
| @@ -7,7 +7,7 @@ def check_subcommand(command, *args): | |||
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | def test_cformat(): | 9 | def test_cformat(): |
| 10 | assert check_subcommand('cformat', 'tmk_core/common/backlight.c').returncode == 0 | 10 | assert check_subcommand('cformat', 'tmk_core/common/keyboard.c').returncode == 0 |
| 11 | 11 | ||
| 12 | 12 | ||
| 13 | def test_compile(): | 13 | def test_compile(): |
