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 cb6b316 commit c9043db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def duration_type(request):
return request.param


@pytest.fixture
@pytest.fixture(scope=module)
def pa_duration_col():
return pa.array(["05:20:25"])

Expand Down

0 comments on commit c9043db

Please sign in to comment.