Skip to content

Commit bb1cb07

Browse files
authored
Fix test name
1 parent f3d22d4 commit bb1cb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_clib_to_numpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def test_to_numpy_pandas_numeric(dtype, expected_dtype):
256256
pytest.param("float64[pyarrow]", np.float64, id="float64[pyarrow]", **pa_marks),
257257
],
258258
)
259-
def test_to_numpy_pandas_series_pandas_dtypes_numeric_with_na(dtype, expected_dtype):
259+
def test_to_numpy_pandas_numeric_with_na(dtype, expected_dtype):
260260
"""
261261
Test the _to_numpy function with pandas.Series of NumPy/pandas/PyArrow numeric
262262
dtypes and missing values (NA).

0 commit comments

Comments
 (0)