Skip to content

Commit fa68d2d

Browse files
committed
update to main
1 parent 073c615 commit fa68d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/system/small/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ def test_read_csv_local_w_usecols(session, scalars_pandas_df_index, engine):
10511051
)
10521052
def test_read_csv_others(session, scalars_pandas_df_index, engine):
10531053
# TODO: Update to `main` branch after merging https://github.com/googleapis/python-bigquery-dataframes/pull/938
1054-
uri = "https://raw.githubusercontent.com/googleapis/python-bigquery-dataframes/main_chelsealin_addcsvfile/tests/data/people.csv"
1054+
uri = "https://raw.githubusercontent.com/googleapis/python-bigquery-dataframes/main/tests/data/people.csv"
10551055
df = session.read_csv(uri, engine=engine)
10561056
assert len(df.columns) == 3
10571057

0 commit comments

Comments
 (0)