fix: fix no-op test

Thanks clippy.
This commit is contained in:
Ilya K 2024-11-16 17:53:56 +03:00
parent 902bb59a47
commit 5f88312e53

View file

@ -708,12 +708,8 @@ mod tests {
vec![String::from("6.topic: darwin")]
);
assert_eq!(
label_from_title("fix build on bsd and darwin").sort(),
vec![
String::from("6.topic: darwin"),
String::from("6.topic: bsd")
]
.sort()
label_from_title("fix build on bsd and darwin"),
[String::from("6.topic: bsd"), String::from("6.topic: darwin")]
);
assert_eq!(
label_from_title("pkg: fix cross"),