We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677bce6 commit 1b9214bCopy full SHA for 1b9214b
src/web/rustdoc.rs
@@ -3317,9 +3317,9 @@ mod test {
3317
});
3318
}
3319
3320
- #[test_case("/crate/dummy/0.1/json", "/crate/dummy/0.1.0/json"; "semver")]
+ #[test_case("/crate/dummy/0.1/json", "/crate/dummy/0.1.0/json")]
3321
#[tokio::test(flavor = "multi_thread")]
3322
- async fn json_download_redirect(path: &str, expected_redirect: &str) -> Result<()> {
+ async fn json_download_semver_redirect(path: &str, expected_redirect: &str) -> Result<()> {
3323
let env = TestEnvironment::new().await?;
3324
3325
env.fake_release()
0 commit comments