Skip to content

Commit 55fc97e

Browse files
committed
move comment to within test
1 parent 50a58b3 commit 55fc97e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/tests/test_dataframe.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,11 +1113,11 @@ def test_write_compressed_parquet_invalid_compression(df, tmp_path, compression)
11131113
df.write_parquet(str(path), compression=compression)
11141114

11151115

1116-
# Test write_parquet with zstd, brotli, gzip default compression level,
1117-
# ie don't specify compression level
1118-
# should complete without error
11191116
@pytest.mark.parametrize("compression", ["zstd", "brotli", "gzip"])
11201117
def test_write_compressed_parquet_default_compression_level(df, tmp_path, compression):
1118+
# Test write_parquet with zstd, brotli, gzip default compression level,
1119+
# ie don't specify compression level
1120+
# should complete without error
11211121
path = tmp_path
11221122

11231123
df.write_parquet(str(path), compression=compression)

0 commit comments

Comments
 (0)