()
| 160 | |
| 161 | #[test] |
| 162 | fn test_record_with_dry_run() { |
| 163 | let record = Record::new().with_dry_run(true); |
| 164 | assert!(record.dry_run); |
| 165 | } |
| 166 | |
| 167 | #[test] |
| 168 | fn test_record_with_skip_binary() { |
nothing calls this directly
no test coverage detected