Skip to content

Commit

Permalink
Rename test name
Browse files Browse the repository at this point in the history
  • Loading branch information
frederiksteinerSBB committed Feb 1, 2024
1 parent f283f20 commit 5ffd4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integ/test_df_to_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def check_fetch_data_exception(query: str) -> None:
assert df._plan.queries[2].sql.strip().startswith("SELECT")
isinstance(df.toPandas(), PandasDF)

def test_to_pandas_precision_for_number_38_0(session):
def test_to_pandas_for_int_column_with_none_values(session):
# Assert that we try to fit into int64 when possible and keep precision
data = [
[0],
Expand Down

0 comments on commit 5ffd4de

Please sign in to comment.