Skip to content

Commit f2e7906

Browse files
Test: Fix index name in test_evaluator.py
1 parent fa06074 commit f2e7906

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_evaluator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def new_columns():
6868
@pytest.fixture
6969
def expected_df(input_df):
7070
expected_result_df = input_df.copy(deep=True)
71-
expected_result_df.index.rename("index", inplace=True)
7271
expected_result_df["exception"] = None
7372
expected_result_df["result_orig"] = [1.0, 2.0, 3.0]
7473
expected_result_df["result_10"] = [20.0, 30.0, 40.0]

0 commit comments

Comments
 (0)