()
| 146 | |
| 147 | #[test] |
| 148 | fn empty_group_fields() { |
| 149 | let doc = encode(&json!({"x": 1})); |
| 150 | let key = build_group_key(&doc, &[]); |
| 151 | assert_eq!(key, "__all__"); |
| 152 | } |
| 153 | |
| 154 | #[test] |
| 155 | fn null_field_value() { |
nothing calls this directly
no test coverage detected