chore(tests): format_en_naive -> format_he_naive

This commit is contained in:
Erica Marigold 2023-09-13 22:37:26 +05:30 committed by GitHub
parent 7cb5cfd66b
commit 95a0016b1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ fn format_he() {
} }
#[test] #[test]
fn format_en_naive() { fn format_he_naive() {
let dt = FixedOffset::east_opt(34200) let dt = FixedOffset::east_opt(34200)
.expect("out of bound") .expect("out of bound")
.with_ymd_and_hms(2001, 7, 8, 0, 34, 59) .with_ymd_and_hms(2001, 7, 8, 0, 34, 59)