Skip to content

Commit e93a0ae

Browse files
committed
Revert fake broken test
1 parent 6e19914 commit e93a0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/modularinput/test_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_xml_of_event_with_minimal_configuration(capsys):
5050
with data_open("data/event_minimal.xml") as data:
5151
expected = ET.parse(data).getroot()
5252

53-
assert not xml_compare(expected, constructed)
53+
assert xml_compare(expected, constructed)
5454

5555

5656
def test_xml_of_event_with_more_configuration(capsys):

0 commit comments

Comments
 (0)