(urn: &str)
| 178 | use super::check_evidence_resolution; |
| 179 | |
| 180 | fn ev(urn: &str) -> Vec<(String, String)> { |
| 181 | vec![("urn:atomic:ac:x-ac-1".to_string(), urn.to_string())] |
| 182 | } |
| 183 | |
| 184 | #[test] |
| 185 | fn no_repo_skips_without_violations() { |
no outgoing calls