Skip to content

Commit

Permalink
Minor fix for failing pytests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaseeb123 committed Jul 5, 2024
1 parent b6a54ec commit bddfabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -3625,7 +3625,7 @@ def test_parquet_writer_roundtrip_with_arrow_schema(index):
assert_eq(expected, got3)


def test_parquet_writer_int96_timestamps_and_arrow_schema(index):
def test_parquet_writer_int96_timestamps_and_arrow_schema():
df = cudf.DataFrame(
{
"timestamp": cudf.Series(
Expand Down

0 comments on commit bddfabe

Please sign in to comment.