Skip to content

Commit

Permalink
Update tests/io/test_pyarrow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Liu <[email protected]>
  • Loading branch information
jiakai-li and kevinjqliu authored Dec 23, 2024
1 parent 327dbac commit b4fccf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/io/test_pyarrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2080,7 +2080,7 @@ def test__to_requested_schema_timestamps_without_downcast_raises_exception(

def test_pyarrow_file_io_fs_by_scheme_cache() -> None:
pyarrow_file_io = PyArrowFileIO()
us_east_1_region = "us-eas1-1"
us_east_1_region = "us-east-1"
ap_southeast_2_region = "ap-southeast-2"

with patch("pyarrow.fs.resolve_s3_region") as mock_s3_region_resolver:
Expand Down

0 comments on commit b4fccf2

Please sign in to comment.