Skip to content

Commit c7be2cd

Browse files
failing test
1 parent ffe07f8 commit c7be2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_s3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ def test_streaming_s3_objects():
3131
def test_read_csv_from_public_bucket():
3232
# https://github.com/pandas-dev/pandas/issues/34626
3333
result = read_csv("s3://nyc-tlc/misc/taxi _zone_lookup.csv")
34-
assert result.shape == (265, 4)
34+
assert result.shape == (265, 42)

0 commit comments

Comments
 (0)