Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Oct 1, 2024
1 parent ec319d7 commit bc8eb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/series_only/__iter___test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
data = [1, 2, 3]


def test_to_list(constructor_eager: Any, request: pytest.FixtureRequest) -> None:
def test_iter(constructor_eager: Any, request: pytest.FixtureRequest) -> None:
if "cudf" in str(constructor_eager):
request.applymarker(pytest.mark.xfail)
s = nw.from_native(constructor_eager({"a": data}), eager_only=True)["a"]
Expand Down

0 comments on commit bc8eb2b

Please sign in to comment.