Skip to content

Commit 2fb42f4

Browse files
committed
update tests
1 parent 497dc5f commit 2fb42f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit_tests/global_object/test_integration_comprehensive.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ def test_serialization_integration_with_global_state(self, clear_all):
375375

376376
# When - Deserialize objects
377377
new_param = Parameter.from_dict(param_dict)
378-
_ = obj_dict['param'].pop('unique_name') # Avoid duplicate name error
379378
new_obj = ObjBase.from_dict(obj_dict)
380379

381380
# Then - Should be registered in global map again

0 commit comments

Comments
 (0)