Skip to content

Commit c655ab5

Browse files
a
1 parent 98d270f commit c655ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_plugins/smatrix/test_component_modeler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def test_to_from_file_batch(tmp_path, monkeypatch):
409409
modeler2 = modeler.from_file(fname)
410410

411411
# BREAK this test because it introduces mutability which shouldn't exist
412-
# assert modeler2.batch_cached == modeler2.batch == batch
412+
assert modeler2.batch_cached == modeler2.batch == batch
413413

414414

415415
def test_non_default_path_dir(monkeypatch):

0 commit comments

Comments
 (0)