Skip to content

Commit

Permalink
Fix main (#5517)
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Sep 7, 2024
1 parent 7193a94 commit e059aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/experimental/tests/transliterate/lower_ascii.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ fn test_lower_ascii() {
"und-t-und-x0-lowascii".parse().unwrap(),
|locale| {
if locale.normalizing_eq("und-t-und-x0-lower") {
Some(Box::new(LowercaseTransliterator(CaseMapper::new())))
Some(Ok(Box::new(LowercaseTransliterator(CaseMapper::new()))))
} else {
None
}
Expand Down

0 comments on commit e059aaf

Please sign in to comment.