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(