Skip to content

Commit 1d011ed

Browse files
author
Vinit Kumar
committed
fix: lint
1 parent 40b6a84 commit 1d011ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dict2xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,4 +498,4 @@ def test_datetime_conversion_with_custom_attributes(self):
498498
def test_date_conversion_with_custom_attributes(self):
499499
data = {"key": datetime.date(2023, 2, 15)}
500500
result = dicttoxml.dicttoxml(data, attr_type=False, custom_root="custom")
501-
assert b"<custom><key>2023-02-15</key></custom>" in result
501+
assert b"<custom><key>2023-02-15</key></custom>" in result

0 commit comments

Comments
 (0)