Skip to content

Commit

Permalink
Fix test id name
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Oct 29, 2024
1 parent 4d0d25c commit c4e2d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_valid(xsd, xml) -> None:
@pytest.mark.parametrize(
("xsd", "xml"),
[(TEST_XSD, TEST_FILES_PATH / "dup_primary_attr.xml")],
ids=["valid_xml"],
ids=["dup_primary_attr_xml"],
)
def test_invalid(xsd, xml) -> None:
schema = XMLSchema11(xsd)
Expand Down

0 comments on commit c4e2d4b

Please sign in to comment.