()
| 236 | } |
| 237 | |
| 238 | fn page_v1() -> PropertyObject { |
| 239 | serde_json::from_str(entity::PAGE_V1).expect("could not parse entity") |
| 240 | } |
| 241 | |
| 242 | fn page_v2() -> PropertyObject { |
| 243 | serde_json::from_str(entity::PAGE_V2).expect("could not parse entity") |
no test coverage detected