This commit is contained in:
Darya 2025-04-12 21:17:06 +01:00 committed by GitHub
commit f4e93057ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -268,6 +268,6 @@ mod tests {
expected.sort();
assert!(!actual.is_empty());
assert!(expected == actual)
assert_eq!(expected, actual);
}
}