()
| 855 | |
| 856 | #[test] |
| 857 | fn test_sink_modified_time() { |
| 858 | let sink = Sink::new(); |
| 859 | let time = sink.modified_time("/any/path").unwrap(); |
| 860 | assert_eq!(time, SystemTime::UNIX_EPOCH); |
| 861 | } |
| 862 | |
| 863 | #[test] |
| 864 | fn test_sink_exists() { |
nothing calls this directly
no test coverage detected