From e366c50e89ea2d0147722bf0276c89aad217e0c8 Mon Sep 17 00:00:00 2001 From: Karthikeyan <6488848+karthikeyann@users.noreply.github.com> Date: Tue, 16 Nov 2021 00:20:19 +0530 Subject: [PATCH] Update python/cudf/cudf/tests/test_datetime.py Co-authored-by: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> --- python/cudf/cudf/tests/test_datetime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cudf/cudf/tests/test_datetime.py b/python/cudf/cudf/tests/test_datetime.py index 1768947ab8d..5a81d2f1f36 100644 --- a/python/cudf/cudf/tests/test_datetime.py +++ b/python/cudf/cudf/tests/test_datetime.py @@ -171,7 +171,7 @@ def test_dt_ops(data): assert_eq(pd_data > pd_data, gdf_data > gdf_data) -# licudf doesn't respect timezones +# libcudf doesn't respect timezones @pytest.mark.parametrize("data", [data1()]) @pytest.mark.parametrize("field", fields) def test_dt_series(data, field):