()
| 224 | } |
| 225 | |
| 226 | fn alice() -> PropertyObject { |
| 227 | serde_json::from_str(entity::PERSON_ALICE_V1).expect("could not parse entity") |
| 228 | } |
| 229 | |
| 230 | fn bob() -> PropertyObject { |
| 231 | serde_json::from_str(entity::PERSON_BOB_V1).expect("could not parse entity") |
no test coverage detected