()
| 166 | |
| 167 | #[test] |
| 168 | fn test_record_with_skip_binary() { |
| 169 | let record = Record::new().with_skip_binary(true); |
| 170 | assert!(record.skip_binary); |
| 171 | } |
| 172 | |
| 173 | #[test] |
| 174 | fn test_record_with_max_size() { |
nothing calls this directly
no test coverage detected