Skip to content

Commit

Permalink
fix json test name
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Dec 14, 2023
1 parent 0c1ac1a commit de2c3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/io/jsonl/test_read_pushdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[None, 1, 1000],
),
)
def test_csv_filter_pushdowns(path, pred, limit, aws_public_s3_config):
def test_json_filter_pushdowns(path, pred, limit, aws_public_s3_config):
with_pushdown = MicroPartition.read_json(
path,
io_config=aws_public_s3_config,
Expand Down

0 comments on commit de2c3ca

Please sign in to comment.