Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Sep 22, 2023
1 parent 6bec09f commit d497efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_decimal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d497efe

Please sign in to comment.