File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
crates/cargo-util-schemas/src/core Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -641,12 +641,12 @@ mod tests {
641
641
ErrorKind :: UnexpectedQueryString ( _)
642
642
) ;
643
643
err ! (
644
- "registry+https://github.com/rust-lang/cargo#0.52.0?branch=dev " ,
645
- ErrorKind :: PartialVersion ( _)
644
+ "registry+https://github.com/rust-lang/cargo?branch=dev #0.52.0" ,
645
+ ErrorKind :: UnexpectedQueryString ( _)
646
646
) ;
647
647
err ! (
648
- "sparse+https://github.com/rust-lang/cargo#0.52.0?branch=dev " ,
649
- ErrorKind :: PartialVersion ( _)
648
+ "sparse+https://github.com/rust-lang/cargo?branch=dev #0.52.0" ,
649
+ ErrorKind :: UnexpectedQueryString ( _)
650
650
) ;
651
651
err ! ( "@1.2.3" , ErrorKind :: NameValidation ( _) ) ;
652
652
err ! ( "registry+https://github.com" , ErrorKind :: NameValidation ( _) ) ;
You can’t perform that action at this time.
0 commit comments