File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
third_party/bigframes_vendored Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6034,7 +6034,7 @@ def test_df_astype_python_types(scalars_dfs):
60346034def test_astype_invalid_type_fail (scalars_dfs ):
60356035 bf_df , _ = scalars_dfs
60366036
6037- with pytest .raises (TypeError , match = r".*Share your usecase with.*" ):
6037+ with pytest .raises (TypeError , match = r".*Share your use case with.*" ):
60386038 bf_df .astype (123 )
60396039
60406040
Original file line number Diff line number Diff line change 2323import bigframes_vendored .version
2424
2525FEEDBACK_LINK = (
26- "Share your usecase with the BigQuery DataFrames team at the "
26+ "Share your use case with the BigQuery DataFrames team at the "
2727 "https://bit.ly/bigframes-feedback survey. "
2828 f"You are currently running BigFrames version { bigframes_vendored .version .__version__ } ."
2929)
You can’t perform that action at this time.
0 commit comments