diff options
Diffstat (limited to 'src/purgatory/sync/functions.rs')
| -rw-r--r-- | src/purgatory/sync/functions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/purgatory/sync/functions.rs b/src/purgatory/sync/functions.rs index 370990e..0139ac5 100644 --- a/src/purgatory/sync/functions.rs +++ b/src/purgatory/sync/functions.rs | |||
| @@ -930,7 +930,7 @@ mod tests { | |||
| 930 | .expect("Should return a second URL"); | 930 | .expect("Should return a second URL"); |
| 931 | 931 | ||
| 932 | // Both URLs should be available (one from announcement, one from PR) | 932 | // Both URLs should be available (one from announcement, one from PR) |
| 933 | let both_urls = vec![first_url, second_url]; | 933 | let both_urls = [first_url, second_url]; |
| 934 | assert!( | 934 | assert!( |
| 935 | both_urls.iter().any(|u| u.contains("github.com")), | 935 | both_urls.iter().any(|u| u.contains("github.com")), |
| 936 | "Should include announcement URL" | 936 | "Should include announcement URL" |