Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/system/small/test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -6028,7 +6028,7 @@ def test_df_astype_python_types(scalars_dfs):
def test_astype_invalid_type_fail(scalars_dfs):
bf_df, _ = scalars_dfs

with pytest.raises(TypeError, match=r".*Share your usecase with.*"):
with pytest.raises(TypeError, match=r".*Share your use case with.*"):
bf_df.astype(123)


Expand Down
2 changes: 1 addition & 1 deletion third_party/bigframes_vendored/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import bigframes_vendored.version

FEEDBACK_LINK = (
"Share your usecase with the BigQuery DataFrames team at the "
"Share your use case with the BigQuery DataFrames team at the "
"https://bit.ly/bigframes-feedback survey. "
f"You are currently running BigFrames version {bigframes_vendored.version.__version__}."
)
Expand Down