diff --git a/ivy_tests/test_ivy/test_frontends/test_jax/test_func_wrapper.py b/ivy_tests/test_ivy/test_frontends/test_jax/test_func_wrapper.py index 79fda9914ea35..e8551eed25159 100644 --- a/ivy_tests/test_ivy/test_frontends/test_jax/test_func_wrapper.py +++ b/ivy_tests/test_ivy/test_frontends/test_jax/test_func_wrapper.py @@ -23,16 +23,6 @@ def _fn(x, check_default=False): ivy.default_float_dtype(), "float64", as_array=False ) - - - - - - - - - - ivy.utils.assertions.check_equal( ivy.default_int_dtype(), "int64", as_array=False )