()
| 228 | } |
| 229 | |
| 230 | fn bob() -> PropertyObject { |
| 231 | serde_json::from_str(entity::PERSON_BOB_V1).expect("could not parse entity") |
| 232 | } |
| 233 | |
| 234 | fn charles() -> PropertyObject { |
| 235 | serde_json::from_str(entity::PERSON_CHARLES_V1).expect("could not parse entity") |
no test coverage detected