We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b6a84 commit 1d011edCopy full SHA for 1d011ed
tests/test_dict2xml.py
@@ -498,4 +498,4 @@ def test_datetime_conversion_with_custom_attributes(self):
498
def test_date_conversion_with_custom_attributes(self):
499
data = {"key": datetime.date(2023, 2, 15)}
500
result = dicttoxml.dicttoxml(data, attr_type=False, custom_root="custom")
501
- assert b"<custom><key>2023-02-15</key></custom>" in result
+ assert b"<custom><key>2023-02-15</key></custom>" in result
0 commit comments