Skip to content

Commit

Permalink
Fix signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Jan 8, 2024
1 parent 30521c2 commit 22934d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/strings/test_split_partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def test_partition_series_stdlib(any_string_dtype, method):
],
],
)
def test_partition_index(method, expand, exp, exp_levels):
def test_partition_index(method, exp):
# https://github.com/pandas-dev/pandas/issues/23558

values = Index(["a_b_c", "c_d_e", "f_g_h", np.nan, None])
Expand Down

0 comments on commit 22934d3

Please sign in to comment.