Skip to content

Commit 577a900

Browse files
committed
Checks layout + data[0]
1 parent 463fd3e commit 577a900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/tests/test_optional/test_figure_factory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,8 @@ def test_trisurf_all_args(self):
828828
'title': 'Fun',
829829
'width': 500}}
830830

831-
#self.assert_dict_equal(test_trisurf_plot['data'][0],
832-
# exp_trisurf_plot['data'][0])
831+
self.assert_dict_equal(test_trisurf_plot['data'][0],
832+
exp_trisurf_plot['data'][0])
833833

834834
#self.assert_dict_equal(test_trisurf_plot['data'][1],
835835
# exp_trisurf_plot['data'][1])

0 commit comments

Comments
 (0)