Skip to content

Commit

Permalink
Update python/pylibcudf/pylibcudf/tests/test_string_convert_durations.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vyas Ramasubramani <[email protected]>
  • Loading branch information
mroeschke and vyasr authored Oct 4, 2024
1 parent 70cff6f commit cb6b316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def pa_duration_col():
return pa.array(["05:20:25"])


@pytest.fixture
@pytest.fixture(scope=module)
def plc_duration_col(pa_duration_col):
return plc.interop.from_arrow(pa_duration_col)

Expand Down

0 comments on commit cb6b316

Please sign in to comment.