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.
0
1 parent 68999fe commit 0f2777bCopy full SHA for 0f2777b
plotly/tests/test_optional/test_utils/test_utils.py
@@ -132,7 +132,7 @@ def test_encode_as_date(self):
132
utils.PlotlyJSONEncoder.encode_as_date, obj)
133
134
# should work with a date
135
- a_date = datetime.date(2013, 10, 01)
+ a_date = datetime.date(2013, 10, 1)
136
res = utils.PlotlyJSONEncoder.encode_as_date(a_date)
137
self.assertEqual(res, '2013-10-01')
138
0 commit comments