Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-yzou committed Sep 17, 2024
1 parent 1cb4eee commit 366851c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integ/modin/io/test_read_snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def test_read_snowflake_semi_structured_types(

# create snowpark pandas dataframe
df = read_snowflake_and_verify_snapshot_creation(
session, table_name, as_query, verify_materialization=False
session, table_name, as_query, False
)

pdf = df.to_pandas()
Expand Down Expand Up @@ -179,7 +179,7 @@ def test_read_snowflake_column_names(session, col_name, as_query):

# create snowpark pandas dataframe
df = read_snowflake_and_verify_snapshot_creation(
session, table_name, as_query, verify_materialization=False
session, table_name, as_query, False
)

pdf = df.to_pandas()
Expand Down

0 comments on commit 366851c

Please sign in to comment.