()
| 559 | |
| 560 | #[test] |
| 561 | fn test_diff_both_empty() { |
| 562 | let changes = diff_snapshots(&HashMap::new(), &HashMap::new()); |
| 563 | assert!(changes.is_empty()); |
| 564 | } |
| 565 | |
| 566 | // FallbackWatcher lifecycle tests |
| 567 |
nothing calls this directly
no test coverage detected