[tests/formatter] update results

This commit is contained in:
Mike Fährmann
2025-10-20 09:19:47 +02:00
parent c38856bd3f
commit ed8fe07f92
2 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ class NullDatetime(datetime):
return "[Invalid DateTime]"
def __format__(self, format_spec):
return f"[Invalid DateTime {format_spec}]"
return "[Invalid DateTime]"
NONE = NullDatetime(1, 1, 1)