Skip to content

Commit 94029ed

Browse files
committed
test: rename test
1 parent d72ce2d commit 94029ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/translate/from_native_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def test_eager_only_pass_through_main(constructor: Constructor) -> None:
454454
nw.from_native(df, eager_only=True, pass_through=False) # type: ignore[type-var]
455455

456456

457-
def test_from_native_eager_only_series_only_allow() -> None: # noqa: PLR0914, PLR0915
457+
def test_from_native_series_exhaustive() -> None: # noqa: PLR0914, PLR0915
458458
pytest.importorskip("polars")
459459
pytest.importorskip("pandas")
460460
pytest.importorskip("pyarrow")

0 commit comments

Comments
 (0)