Thanks to visit codestin.com Credit goes to github.com
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 69ddc67 commit 21c7f70Copy full SHA for 21c7f70
packages/python/plotly/plotly/tests/test_core/test_graph_objs/test_template.py
@@ -356,7 +356,7 @@ def test_move_nested_trace_properties(self):
356
},
357
)
358
359
- self.assertEqual(pio.to_json(templated_fig), pio.to_json(expected_fig))
+ self.assertEqual(templated_fig.to_dict(), expected_fig.to_dict())
360
361
def test_move_nested_trace_properties_existing_traces(self):
362
fig = go.Figure(
0 commit comments