We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0dd93 commit ef04e87Copy full SHA for ef04e87
tests/integration/aws/dynamo_db/test_Dynamo_DB__Record.py
@@ -69,5 +69,5 @@ def test_serialize_to_dict(self):
69
'timestamp_updated': 0,
70
'updated_by': ''}}
71
72
- new_obj = Dynamo_DB__Record().deserialize_from_dict(json_data)
73
- assert self.db_record.serialize_to_dict() == new_obj.serialize_to_dict()
+ new_obj = Dynamo_DB__Record().from_json(json_data)
+ assert self.db_record.json() == new_obj.json()
0 commit comments