diff options
| author | QMK Bot <hello@qmk.fm> | 2022-06-09 20:02:58 +0000 | 
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2022-06-09 20:02:58 +0000 | 
| commit | 474b4083aea9cdbf2be276809c897204c91ff964 (patch) | |
| tree | f816e51684f2db402e40b81a1c3e5a29914845b7 /lib/python/qmk/tests | |
| parent | c5f26b0e9a62c8f40b9f595b0432273ce8462261 (diff) | |
| parent | a599550adbd6b1291509d7cdc7ea61c92550a60c (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'lib/python/qmk/tests')
| -rw-r--r-- | lib/python/qmk/tests/test_cli_commands.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/qmk/tests/test_cli_commands.py b/lib/python/qmk/tests/test_cli_commands.py index d40d4bf573..2463543ef1 100644 --- a/lib/python/qmk/tests/test_cli_commands.py +++ b/lib/python/qmk/tests/test_cli_commands.py @@ -259,7 +259,6 @@ def test_generate_config_h():      result = check_subcommand('generate-config-h', '-kb', 'handwired/pytest/basic')      check_returncode(result)      assert '#   define DEVICE_VER 0x0001' in result.stdout -    assert '#   define DESCRIPTION "handwired/pytest/basic"' in result.stdout      assert '#   define DIODE_DIRECTION COL2ROW' in result.stdout      assert '#   define MANUFACTURER none' in result.stdout      assert '#   define PRODUCT pytest' in result.stdout  | 
