()
| 532 | |
| 533 | #[test] |
| 534 | fn test_extract_no_unhashed() { |
| 535 | let change = make_empty_change(); |
| 536 | assert!(!has_unhashed(&change)); |
| 537 | assert!(extract_unhashed(&change).is_none()); |
| 538 | } |
| 539 | |
| 540 | #[test] |
| 541 | fn test_strip_unhashed() { |
nothing calls this directly
no test coverage detected