Changeset 3bad43e in flexoentity for tests/test_persistance_integrity.py
- Timestamp:
- 10/26/25 18:19:40 (3 months ago)
- Branches:
- master
- Children:
- a3227e7
- Parents:
- e198832
- File:
-
- 1 edited
-
tests/test_persistance_integrity.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/test_persistance_integrity.py
re198832 r3bad43e 43 43 44 44 # Metadata should be preserved exactly 45 assert approved_question. signature == loaded.signature45 assert approved_question.fingerprint == loaded.fingerprint 46 46 assert approved_question.flexo_id == loaded.flexo_id 47 47 assert loaded.state == approved_question.state
Note:
See TracChangeset
for help on using the changeset viewer.
