()
| 416 | |
| 417 | #[test] |
| 418 | fn test_algorithm_builder() { |
| 419 | let opts = WorkflowOptions::new().with_algorithm(Algorithm::Patience); |
| 420 | assert_eq!(opts.algorithm(), Algorithm::Patience); |
| 421 | } |
| 422 | |
| 423 | #[test] |
| 424 | fn test_check_mtime_builder() { |
nothing calls this directly
no test coverage detected