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 37ac31a commit 4792e62Copy full SHA for 4792e62
plotly/tests/test_optional/test_matplotlylib/test_date_times.py
@@ -64,4 +64,4 @@ def test_pandas_time_series_date_formatter(self):
64
65
x0 = fig.axes[0].lines[0].get_xydata()[0][0]
66
self.assertEqual(x0, expected_x0)
67
- self.assertListEqual(pfig['data'][0]['x'], expected_x)
+ self.assertEqual(pfig['data'][0]['x'], expected_x)
0 commit comments