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 2291e0d commit 2188c77Copy full SHA for 2188c77
src/web/releases.rs
@@ -1166,7 +1166,7 @@ mod tests {
1166
assert_eq!(links.len(), 2);
1167
assert_eq!(
1168
links[0],
1169
- "/crate_that_succeeded_with_github/0.2.0/crate_that_succeeded_with_github"
+ "/crate_that_succeeded_with_github/0.2.0/crate_that_succeeded_with_github/"
1170
);
1171
assert_eq!(links[1], "/crate/crate_that_failed_with_github/0.1.0");
1172
@@ -1277,7 +1277,7 @@ mod tests {
1277
assert_eq!(links[0], "/crate/crate_that_failed/0.1.0");
1278
1279
links[1],
1280
1281
1282
}
1283
0 commit comments