()
| 232 | } |
| 233 | |
| 234 | fn charles() -> PropertyObject { |
| 235 | serde_json::from_str(entity::PERSON_CHARLES_V1).expect("could not parse entity") |
| 236 | } |
| 237 | |
| 238 | fn page_v1() -> PropertyObject { |
| 239 | serde_json::from_str(entity::PAGE_V1).expect("could not parse entity") |
no test coverage detected