diff --git a/ivy_tests/test_ivy/test_frontends/test_numpy/test_ndarray/test_ndarray.py b/ivy_tests/test_ivy/test_frontends/test_numpy/test_ndarray/test_ndarray.py index dbebc839dc5c6..b6da41368a34c 100644 --- a/ivy_tests/test_ivy/test_frontends/test_numpy/test_ndarray/test_ndarray.py +++ b/ivy_tests/test_ivy/test_frontends/test_numpy/test_ndarray/test_ndarray.py @@ -3675,8 +3675,8 @@ def test_numpy_ndarray_round( ), keepdims=st.booleans(), where=np_frontend_helpers.where(), - dtype=helpers.get_dtypes(kind="integer") - ddof=0 + dtype=helpers.get_dtypes(kind="integer"), + ddof=0, ) def test_numpy_ndarray_var( dtype_x_axis,