Skip to content

Commit e24d30d

Browse files
committed
Fix test
1 parent 7c63c98 commit e24d30d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sympy/matrices/tests/test_immutable.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ def test_creation():
2121
def test_immutability():
2222
with raises(TypeError):
2323
IM[2, 2] = 5
24-
ISM[2, 2]
24+
with raises(TypeError):
25+
ISM[2, 2] = 5
2526

2627

2728
def test_slicing():

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy