diff --git a/ivy_tests/test_ivy/test_frontends/test_jax/test_numpy/test_fft.py b/ivy_tests/test_ivy/test_frontends/test_jax/test_numpy/test_fft.py index e92bbc428c6a..a13ea4f44bb6 100644 --- a/ivy_tests/test_ivy/test_frontends/test_jax/test_numpy/test_fft.py +++ b/ivy_tests/test_ivy/test_frontends/test_jax/test_numpy/test_fft.py @@ -169,7 +169,7 @@ def test_jax_numpy_ifft( @handle_frontend_test( fn_tree="jax.numpy.fft.ifft2", dtype_values=helpers.dtype_and_values( - available_dtypes=helpers.get_dtypes("complex"), + available_dtypes=helpers.get_dtypes("valid"), num_arrays=1, min_value=-1e5, max_value=1e5,