Restore the underscore in test_parse_library_json

This commit is contained in:
J. Nick Koston
2026-08-20 16:30:13 -05:00
parent 57a9c71da8
commit a0f0ad8729
+1 -1
View File
@@ -368,7 +368,7 @@ def test_generate_idf_component_yml_missing_path_raises(tmp_component):
generate_idf_component_yml(tmp_component)
def testparse_library_json(tmp_path):
def test_parse_library_json(tmp_path):
f = tmp_path / "library.json"
f.write_text(json.dumps({"name": "test"}))