()
| 512 | |
| 513 | #[test] |
| 514 | fn build_ci_scopes_empty_on_none() { |
| 515 | let scopes = build_ci_scopes(None); |
| 516 | assert!(scopes.is_empty()); |
| 517 | } |
| 518 | |
| 519 | #[test] |
| 520 | fn bundle_from_response_sets_fields() { |
nothing calls this directly
no test coverage detected