Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jun 3, 2024
1 parent 245b708 commit b47f362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fry_normalize/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ mod tests {
#[test]
fn regex_loads_successfully() {
let map = regex_map().unwrap();
assert!(!map.len().is_empty(), "The map must contain at least one item");
assert!(!map.is_empty(), "The map must contain at least one item");
}
#[test]
fn test_number_normalization() {
Expand Down

0 comments on commit b47f362

Please sign in to comment.