From d497efe20c0479c8c9ace9e9113755c3e3755a98 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Fri, 22 Sep 2023 06:31:05 -0500 Subject: [PATCH] Apply suggestions from code review --- python/cudf/cudf/tests/test_decimal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cudf/cudf/tests/test_decimal.py b/python/cudf/cudf/tests/test_decimal.py index 30e83be6d37..e4b2af90448 100644 --- a/python/cudf/cudf/tests/test_decimal.py +++ b/python/cudf/cudf/tests/test_decimal.py @@ -101,7 +101,7 @@ def test_typecast_from_float_to_decimal(data, from_dtype, to_dtype): got = got.astype(to_dtype) - assert_eq(new_got, expected) + assert_eq(got, expected) @pytest.mark.parametrize(