We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e19914 commit e93a0aeCopy full SHA for e93a0ae
tests/unit/modularinput/test_event.py
@@ -50,7 +50,7 @@ def test_xml_of_event_with_minimal_configuration(capsys):
50
with data_open("data/event_minimal.xml") as data:
51
expected = ET.parse(data).getroot()
52
53
- assert not xml_compare(expected, constructed)
+ assert xml_compare(expected, constructed)
54
55
56
def test_xml_of_event_with_more_configuration(capsys):
0 commit comments