Skip to content

Commit bc145e5

Browse files
committed
chore(naming): #28701
1 parent 5c0bd7e commit bc145e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/tests/test_collections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ def test_collection_set_verts_array():
832832

833833

834834
@check_figures_equal(extensions=["png"])
835-
def test_fbp_collection_set_data(fig_test, fig_ref):
835+
def test_fill_between_poly_collection_set_data(fig_test, fig_ref):
836836
t = np.linspace(0, 16)
837837
f1 = np.sin(t)
838838
f2 = f1 + 0.2
@@ -848,7 +848,7 @@ def test_fbp_collection_set_data(fig_test, fig_ref):
848848
("x", (-1, 1), None, "'x' is not"),
849849
("x", (-1,), [False]*3, "where size"),
850850
])
851-
def test_fbp_collection_raise(t_direction, shape, where, msg):
851+
def test_fill_between_poly_collection_raise(t_direction, shape, where, msg):
852852
t = np.linspace(0, 16)
853853
f1 = np.sin(t)
854854
f2 = f1 + 0.2

0 commit comments

Comments
 (0)