Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 committed Feb 12, 2025
1 parent 678d676 commit af2c3af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/rari-tools/src/remove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,10 @@ mod test {
#[test]
fn test_remove_single_and_redirect() {
let slugs = vec!["Web/API/ExampleOne".to_string()];
let redirects = vec![("Web/API/OldExampleOne".to_string(), "Web/API/ExampleOne".to_string())];
let redirects = vec![(
"Web/API/OldExampleOne".to_string(),
"Web/API/ExampleOne".to_string(),
)];
let _docs = DocFixtures::new(&slugs, Locale::EnUs);
let _redirects = RedirectFixtures::new(&redirects, Locale::EnUs);
let _wikihistory = WikihistoryFixtures::new(&slugs, Locale::EnUs);
Expand Down

0 comments on commit af2c3af

Please sign in to comment.