Skip to content

Commit 1957cf2

Browse files
committed
removed .data
1 parent bb48595 commit 1957cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_optional/test_figure_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,5 +736,5 @@ def test_scatter_plot_matrix_kwargs(self):
736736
}
737737

738738
self.maxDiff = None
739-
self.assertEqual(test_scatter_plot_matrix.data,
739+
self.assertEqual(test_scatter_plot_matrix,
740740
exp_scatter_plot_matrix)

0 commit comments

Comments
 (0)