mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-12 04:40:36 +00:00
chore(tests): format_en_naive
-> format_he_naive
This commit is contained in:
parent
7cb5cfd66b
commit
95a0016b1e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ fn format_he() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn format_en_naive() {
|
||||
fn format_he_naive() {
|
||||
let dt = FixedOffset::east_opt(34200)
|
||||
.expect("out of bound")
|
||||
.with_ymd_and_hms(2001, 7, 8, 0, 34, 59)
|
||||
|
|
Loading…
Reference in a new issue