()
| 265 | |
| 266 | #[test] |
| 267 | fn fallback_on_zero_extent() { |
| 268 | let s = vshard_for_array_coord("prices", &[5], &[0]); |
| 269 | let expected = array_vshard_for_name("prices"); |
| 270 | assert_eq!(s, expected, "zero extent must fall back to from_collection"); |
| 271 | } |
| 272 | |
| 273 | #[test] |
| 274 | fn fallback_on_mismatched_dims() { |
nothing calls this directly
no test coverage detected