fixes tests

This commit is contained in:
Mose Müller
2024-01-23 13:51:45 +01:00
parent 7279fed2aa
commit e8638f1f3a
3 changed files with 11 additions and 9 deletions

View File

@@ -196,7 +196,7 @@ class DataService(rpyc.Service, AbstractDataService):
)
# Traverse the serialized representation and set the attributes of the class
serialized_class = self.serialize()
serialized_class = self.serialize()["value"]
for path in generate_serialized_data_paths(json_dict):
nested_json_dict = get_nested_dict_by_path(json_dict, path)
value = nested_json_dict["value"]