()
| 63 | } |
| 64 | |
| 65 | fn alice() -> PropertyObject { |
| 66 | serde_json::from_str(entity::PERSON_ALICE_V1).expect("could not parse entity") |
| 67 | } |
| 68 | |
| 69 | fn bob() -> PropertyObject { |
| 70 | serde_json::from_str(entity::PERSON_BOB_V1).expect("could not parse entity") |
no test coverage detected