Skip to content

Commit 1f53e13

Browse files
committed
update trace names
1 parent 939f695 commit 1f53e13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/python/plotly/plotly/tests/test_core/test_update_objects/test_update_subplots.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_select_by_type(self):
114114
# object is always present
115115
self.assert_select_subplots("geo", "geos", [1], test_no_grid=True)
116116

117-
self.assert_select_subplots("mapbox", "mapboxes", [1], test_no_grid=True)
117+
self.assert_select_subplots("map", "maps", [1], test_no_grid=True)
118118

119119
def test_select_by_type_and_grid(self):
120120
self.assert_select_subplots("xaxis", "xaxes", [1, 2], row=1)
@@ -273,7 +273,7 @@ def test_select_by_type_and_selector(self):
273273
)
274274

275275
self.assert_select_subplots(
276-
"mapbox", "mapboxes", [], selector={"pitch": 45}, test_no_grid=True
276+
"map", "maps", [], selector={"pitch": 45}, test_no_grid=True
277277
)
278278

279279
def test_select_by_type_and_grid_and_selector(self):
@@ -431,7 +431,7 @@ def test_update_by_type(self):
431431
)
432432

433433
self.assert_update_subplots(
434-
"mapbox", "mapboxes", [1], {"pitch": 99}, test_no_grid=True
434+
"map", "maps", [1], {"pitch": 99}, test_no_grid=True
435435
)
436436

437437
def test_update_by_type_and_grid(self):

0 commit comments

Comments
 (0)