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 f993d07 commit 939f695Copy full SHA for 939f695
packages/python/plotly/plotly/tests/test_core/test_graph_objs/test_layout_subplots.py
@@ -173,7 +173,7 @@ def test_subplot_props_in_constructor(self):
173
self.assertEqual(layout.geo4.bgcolor, "blue")
174
self.assertEqual(layout.ternary5.sum, 120)
175
self.assertEqual(layout.scene6.dragmode, "zoom")
176
- self.assertEqual(layout.map.zoom, 2)
+ self.assertEqual(layout.map7.zoom, 2)
177
self.assertEqual(layout.polar8.sector, (0, 90))
178
179
def test_create_subplot_with_update(self):
0 commit comments