Skip to content

Commit

Permalink
Update modin/tests/pandas/test_io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anmyachev authored Apr 16, 2024
1 parent 81e38ca commit fc3f9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/tests/pandas/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -2679,7 +2679,7 @@ def test_read_sql_from_sql_server(self):
table_name = "test_1000x256"
query = f"SELECT * FROM {table_name}"
sqlalchemy_connection_string = (
"mssql+pymssql://sa:[email protected]:1433/main"
"mssql+pymssql://sa:[email protected]:1433/master"
)
pandas_df_to_read = pandas.DataFrame(
np.arange(
Expand Down

0 comments on commit fc3f9d2

Please sign in to comment.