Skip to content

Commit e61dab4

Browse files
committed
test: rollback to use env default TZ variable
1 parent 2a0d34e commit e61dab4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

baselib_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
)
88

99
func TestOsDateFormatUTCWithTwoParam(t *testing.T) {
10-
t.Setenv("TZ", "Asia/Tokyo")
1110
ls := NewState()
1211

1312
g := ls.GetGlobal("os")
@@ -82,7 +81,6 @@ func TestOsDateFormatUTCWithTwoParam(t *testing.T) {
8281
}
8382

8483
func TestOsDateFormatLocalWithTwoParam(t *testing.T) {
85-
t.Setenv("TZ", "Asia/Tokyo")
8684
ls := NewState()
8785

8886
g := ls.GetGlobal("os")

0 commit comments

Comments
 (0)