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 @@ -6028,7 +6028,7 @@ def test_df_astype_python_types(scalars_dfs):
60286028def test_astype_invalid_type_fail (scalars_dfs ):
60296029 bf_df , _ = scalars_dfs
60306030
6031- with pytest .raises (TypeError , match = r".*Share your usecase with.*" ):
6031+ with pytest .raises (TypeError , match = r".*Share your use case with.*" ):
60326032 bf_df .astype (123 )
60336033
60346034
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