diff options
Diffstat (limited to 'lib/python/qmk/tests/test_qmk_path.py')
-rw-r--r-- | lib/python/qmk/tests/test_qmk_path.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/qmk/tests/test_qmk_path.py b/lib/python/qmk/tests/test_qmk_path.py index 74db7b3e2..4b5132f13 100644 --- a/lib/python/qmk/tests/test_qmk_path.py +++ b/lib/python/qmk/tests/test_qmk_path.py | |||
@@ -4,9 +4,9 @@ from pathlib import Path | |||
4 | import qmk.path | 4 | import qmk.path |
5 | 5 | ||
6 | 6 | ||
7 | def test_keymap_onekey_pytest(): | 7 | def test_keymap_pytest_basic(): |
8 | path = qmk.path.keymap('handwired/onekey/pytest') | 8 | path = qmk.path.keymap('handwired/pytest/basic') |
9 | assert path.samefile('keyboards/handwired/onekey/keymaps') | 9 | assert path.samefile('keyboards/handwired/pytest/basic/keymaps') |
10 | 10 | ||
11 | 11 | ||
12 | def test_normpath(): | 12 | def test_normpath(): |