Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee authored Jan 22, 2024
1 parent eb2bb9e commit 3d250f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ mod tests {
#[test]
fn test_locale() {
assert_locale_type(&locale(), &CURRENT_LOCALE.as_str());
assert_eq!(locale().deref(), "en");
assert_eq!(&*locale(), "en");
}
}

0 comments on commit 3d250f3

Please sign in to comment.