mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-28 23:27:23 +01:00
test: remove vestigal print
This commit is contained in:
@@ -36,8 +36,6 @@ def test_parse_layer(xml, expected, monkeypatch):
|
||||
|
||||
result = xml_parser._parse_layer(etree.fromstring(xml))
|
||||
|
||||
print(result)
|
||||
|
||||
assert result == expected
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user