File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -935,7 +935,7 @@ mod tests {
935935
936936 web. assert_redirect (
937937 "/releases/search?query=some_random_crate&i-am-feeling-lucky=1" ,
938- & format ! ( "/crate/some_random_crate/{V1} " ) ,
938+ & format ! ( "/crate/some_random_crate/latest " ) ,
939939 )
940940 . await ?;
941941 Ok ( ( ) )
@@ -961,7 +961,7 @@ mod tests {
961961
962962 web. assert_redirect (
963963 "/releases/search?query=some_random_crate&i-am-feeling-lucky=1" ,
964- & format ! ( "/some_random_crate/{V1} /some_random_crate/" ) ,
964+ & format ! ( "/some_random_crate/latest /some_random_crate/" ) ,
965965 )
966966 . await ?;
967967 Ok ( ( ) )
Original file line number Diff line number Diff line change @@ -2679,7 +2679,7 @@ mod test {
26792679 ) ) ;
26802680 assert ! (
26812681 dom. select(
2682- r#"a[href="/optional-dep/^1.2.3"] > i[class="dependencies normal"] + i"#
2682+ r#"a[href="/optional-dep/^1.2.3/ "] > i[class="dependencies normal"] + i"#
26832683 )
26842684 . expect( "should have optional dependency" )
26852685 . any( |el| { el. text_contents( ) . contains( "optional" ) } )
You can’t perform that action at this time.
0 commit comments