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 7820cf5 commit a459fa2Copy full SHA for a459fa2
tests/test_dict2xml.py
@@ -443,4 +443,4 @@ def test_dicttoxml_with_xml_namespaces(self):
443
def test_datetime_conversion(self):
444
data = {"key": datetime.datetime(2023, 2, 15, 12, 30, 45)}
445
result = dicttoxml.dicttoxml(data, attr_type=False)
446
- assert b"<key>2023-02-15T12:30:45</key>" in result
+ assert b"<key>2023-02-15T12:30:45</key>" in result
0 commit comments