()
| 258 | |
| 259 | #[test] |
| 260 | fn fallback_on_empty_coord() { |
| 261 | let s = vshard_for_array_coord("prices", &[], &[]); |
| 262 | let expected = array_vshard_for_name("prices"); |
| 263 | assert_eq!(s, expected, "empty coord must fall back to from_collection"); |
| 264 | } |
| 265 | |
| 266 | #[test] |
| 267 | fn fallback_on_zero_extent() { |
nothing calls this directly
no test coverage detected