fix(tests): format_tr_naive use proper locale

This commit is contained in:
Erica Marigold 2023-09-13 22:47:09 +05:30 committed by GitHub
parent b8338287a6
commit 96589fa5eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ fn format_tr_naive() {
.with_nanosecond(1_026_490_708)
.expect("out of bound");
let dt = dt.naive_local();
let locale = "en";
let locale = "tr";
// date specifiers
assert_eq!(dt.formatl("%Y", locale).to_string(), "2001");