()
| 446 | |
| 447 | #[test] |
| 448 | fn test_prefix_builder_str() { |
| 449 | let opts = WorkflowOptions::new().with_prefix("src/"); |
| 450 | assert_eq!(opts.prefix(), "src/"); |
| 451 | } |
| 452 | |
| 453 | #[test] |
| 454 | fn test_prefix_builder_string() { |
nothing calls this directly
no test coverage detected