(force: bool)
| 385 | } |
| 386 | |
| 387 | fn opts(force: bool) -> InstallOptions { |
| 388 | InstallOptions { |
| 389 | force, |
| 390 | cli_version: "0.11.1".to_string(), |
| 391 | source: "test".to_string(), |
| 392 | expect_agent: None, |
| 393 | } |
| 394 | } |
| 395 | |
| 396 | #[test] |
| 397 | #[serial] |
no outgoing calls
no test coverage detected