We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55123b4 commit 9f80c6cCopy full SHA for 9f80c6c
1 file changed
wolframclient/tests/serializers/wl_serialization.py
@@ -92,7 +92,7 @@ def test_datetime(self):
92
93
def test_date(self):
94
95
- self.compare(test_datetime().date(), b"DateObject[{2000, 1, 1}]")
+ self.compare(test_datetime().date(), b'DateObject[{2000, 1, 1}, "Day", "Gregorian", None]')
96
97
def test_timedelta(self):
98
0 commit comments