diff --git a/ivy_tests/test_ivy/test_frontends/test_numpy/test_mathematical_functions/test_sums_products_differences.py b/ivy_tests/test_ivy/test_frontends/test_numpy/test_mathematical_functions/test_sums_products_differences.py index 76686c58f938d..548b02bbf5dd0 100644 --- a/ivy_tests/test_ivy/test_frontends/test_numpy/test_mathematical_functions/test_sums_products_differences.py +++ b/ivy_tests/test_ivy/test_frontends/test_numpy/test_mathematical_functions/test_sums_products_differences.py @@ -19,7 +19,7 @@ def _either_x_dx(draw): if rand == 0: either_x_dx = draw( helpers.dtype_and_values( - avaliable_dtypes=st.shared( + available_dtypes=st.shared( helpers.get_dtypes("float"), key="trapz_dtype" ), min_value=-100, diff --git a/ivy_tests/test_ivy/test_functional/test_core/test_elementwise.py b/ivy_tests/test_ivy/test_functional/test_core/test_elementwise.py index bb2fd1c5695bb..fb899fd9a1196 100644 --- a/ivy_tests/test_ivy/test_functional/test_core/test_elementwise.py +++ b/ivy_tests/test_ivy/test_functional/test_core/test_elementwise.py @@ -42,7 +42,7 @@ def _either_x_dx(draw): if rand == 0: either_x_dx = draw( helpers.dtype_and_values( - avaliable_dtypes=st.shared( + available_dtypes=st.shared( helpers.get_dtypes("float"), key="trapz_dtype" ), min_value=-100,