Skip to content

Commit

Permalink
slight change in test
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Sep 7, 2023
1 parent 611c79b commit a5030d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ def test_index_to_series(data):
[1.0, 2.0, 3.0, 4.0, 5.0, 6.0],
[1.0, 5.0, 6.0, 0.0, 1.3],
range(2, 4),
pd.Series(["1", "2", "a", "3", None], dtype="category"),
pd.Series(["1", "a", "3", None], dtype="category"),
[],
],
)
Expand Down

0 comments on commit a5030d8

Please sign in to comment.