Skip to content

Commit d1c2a20

Browse files
Update release list test
1 parent 2153a82 commit d1c2a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/rustdoc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ mod test {
22422242
// test rustdoc pages stay on the documentation
22432243
let page = kuchiki::parse_html().one(
22442244
env.frontend()
2245-
.get("/hexponent/0.3.0/hexponent/")
2245+
.get("/hexponent/releases")
22462246
.send()?
22472247
.text()?,
22482248
);

0 commit comments

Comments
 (0)