Skip to content

Commit 3536f6e

Browse files
committed
.....
1 parent 315723f commit 3536f6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plotly/tests/test_optional/test_figure_factory.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -803,11 +803,11 @@ def test_trisurf_all_args(self):
803803
'title': 'Fun',
804804
'width': 500}}
805805

806+
self.assert_dict_equal(test_trisurf_plot['layout'],
807+
exp_trisurf_plot['layout'])
808+
806809
self.assert_dict_equal(test_trisurf_plot['data'][0],
807810
exp_trisurf_plot['data'][0])
808811

809-
#self.assert_dict_equal(test_trisurf_plot['data'][1],
810-
# exp_trisurf_plot['data'][1])
811-
812-
self.assert_dict_equal(test_trisurf_plot['layout'],
813-
exp_trisurf_plot['layout'])
812+
self.assert_dict_equal(test_trisurf_plot['data'][1],
813+
exp_trisurf_plot['data'][1])

0 commit comments

Comments
 (0)