Skip to content

Commit 1b21b2c

Browse files
committed
Remove test
1 parent 3d617ab commit 1b21b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_strict/tests/test_array_object.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def test_array_namespace():
441441
assert array_api_strict.__array_api_version__ == "2021.12"
442442

443443
pytest.raises(ValueError, lambda: a.__array_namespace__(api_version="2021.11"))
444-
pytest.raises(ValueError, lambda: a.__array_namespace__(api_version="2024.12"))
444+
pytest.raises(ValueError, lambda: a.__array_namespace__(api_version="2025.12"))
445445

446446
def test_iter():
447447
pytest.raises(TypeError, lambda: iter(asarray(3)))

0 commit comments

Comments
 (0)