@@ -114,7 +114,7 @@ def test_select_by_type(self):
114
114
# object is always present
115
115
self .assert_select_subplots ("geo" , "geos" , [1 ], test_no_grid = True )
116
116
117
- self .assert_select_subplots ("mapbox " , "mapboxes " , [1 ], test_no_grid = True )
117
+ self .assert_select_subplots ("map " , "maps " , [1 ], test_no_grid = True )
118
118
119
119
def test_select_by_type_and_grid (self ):
120
120
self .assert_select_subplots ("xaxis" , "xaxes" , [1 , 2 ], row = 1 )
@@ -273,7 +273,7 @@ def test_select_by_type_and_selector(self):
273
273
)
274
274
275
275
self .assert_select_subplots (
276
- "mapbox " , "mapboxes " , [], selector = {"pitch" : 45 }, test_no_grid = True
276
+ "map " , "maps " , [], selector = {"pitch" : 45 }, test_no_grid = True
277
277
)
278
278
279
279
def test_select_by_type_and_grid_and_selector (self ):
@@ -431,7 +431,7 @@ def test_update_by_type(self):
431
431
)
432
432
433
433
self .assert_update_subplots (
434
- "mapbox " , "mapboxes " , [1 ], {"pitch" : 99 }, test_no_grid = True
434
+ "map " , "maps " , [1 ], {"pitch" : 99 }, test_no_grid = True
435
435
)
436
436
437
437
def test_update_by_type_and_grid (self ):
0 commit comments