Skip to content

Commit 87097d5

Browse files
committed
Fixes typo in test func name
1 parent e15aa08 commit 87097d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_s3_parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_read_parquet_metadata_nonexistent_file(path):
6262
wr.s3.read_parquet_metadata(path + "non-existent-file.parquet")
6363

6464

65-
def read_parquet_metadata_large_dtype(path):
65+
def test_read_parquet_metadata_large_dtype(path):
6666
schema = pa.schema(
6767
[
6868
pa.field("c0", pa.large_list(pa.large_string())),

0 commit comments

Comments
 (0)