Skip to content

Commit 1b9214b

Browse files
committed
update test function name
1 parent 677bce6 commit 1b9214b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/web/rustdoc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3317,9 +3317,9 @@ mod test {
33173317
});
33183318
}
33193319

3320-
#[test_case("/crate/dummy/0.1/json", "/crate/dummy/0.1.0/json"; "semver")]
3320+
#[test_case("/crate/dummy/0.1/json", "/crate/dummy/0.1.0/json")]
33213321
#[tokio::test(flavor = "multi_thread")]
3322-
async fn json_download_redirect(path: &str, expected_redirect: &str) -> Result<()> {
3322+
async fn json_download_semver_redirect(path: &str, expected_redirect: &str) -> Result<()> {
33233323
let env = TestEnvironment::new().await?;
33243324

33253325
env.fake_release()

0 commit comments

Comments
 (0)