mirror of
https://github.com/golang/go
synced 2024-11-23 11:00:08 -07:00
time: rename TestLoadLocationFromTzinfo to TestLoadLocationFromTZData
Tzinfo was replaced with TZData during the review of CL 68890, but this instance was forgotten. Update it for consistency. Follows CL 68890. Updates #20629. Change-Id: Id6d3c4f5f7572b01065f2db556db605452d1b570 Reviewed-on: https://go-review.googlesource.com/79176 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
49322ca9ed
commit
597213c87c
@ -118,7 +118,7 @@ func TestLocationNames(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestLoadLocationFromTzinfo(t *testing.T) {
|
||||
func TestLoadLocationFromTZData(t *testing.T) {
|
||||
time.ForceZipFileForTesting(true)
|
||||
defer time.ForceZipFileForTesting(false)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user