diff --git a/tests/test_autoray.py b/tests/test_autoray.py index 2a77b42..c51863c 100644 --- a/tests/test_autoray.py +++ b/tests/test_autoray.py @@ -881,7 +881,7 @@ def test_zeros_passes_dtype_device(self, backend, dtype): creation_builtins = [ (float, [np.float64]), - (int, [np.int32, np.int64]), # np.int32 on Windows and np.int64 else + (int, [np.int32, np.int64]), # np.int32 on Windows and np.int64 else (complex, [np.complex128]), ]