Skip to content

Commit 21c7f70

Browse files
committed
Test fix
1 parent 69ddc67 commit 21c7f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/tests/test_core/test_graph_objs/test_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def test_move_nested_trace_properties(self):
356356
},
357357
)
358358

359-
self.assertEqual(pio.to_json(templated_fig), pio.to_json(expected_fig))
359+
self.assertEqual(templated_fig.to_dict(), expected_fig.to_dict())
360360

361361
def test_move_nested_trace_properties_existing_traces(self):
362362
fig = go.Figure(

0 commit comments

Comments
 (0)