time: fix typo in test (#7174)

pull/7187/head
Takahiro Yaota 2020-12-08 01:21:12 +09:00 committed by GitHub
parent fd689f5fdd
commit b5982b638a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ fn test_iso8601_parse_utc() {
assert t_utc.day == 5
}
fn test_iso8601_parse_loacl() {
fn test_iso8601_parse_local() {
format_utc := '2020-06-05T15:38:06.015959'
t_utc := time.parse_iso8601(format_utc) or {
panic(err)