Skip to content

Commit 939f695

Browse files
committed
fix typo
1 parent f993d07 commit 939f695

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_layout_subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def test_subplot_props_in_constructor(self):
173173
self.assertEqual(layout.geo4.bgcolor, "blue")
174174
self.assertEqual(layout.ternary5.sum, 120)
175175
self.assertEqual(layout.scene6.dragmode, "zoom")
176-
self.assertEqual(layout.map.zoom, 2)
176+
self.assertEqual(layout.map7.zoom, 2)
177177
self.assertEqual(layout.polar8.sector, (0, 90))
178178

179179
def test_create_subplot_with_update(self):

0 commit comments

Comments
 (0)