Skip to content

Commit

Permalink
Revert "test: rollback to use env default TZ variable"
Browse files Browse the repository at this point in the history
This reverts commit e61dab4.
  • Loading branch information
ttys3 committed May 30, 2023
1 parent e61dab4 commit d21032d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions baselib_test.go
Expand Up @@ -7,6 +7,7 @@ import (
)

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

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

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

g := ls.GetGlobal("os")
Expand Down

0 comments on commit d21032d

Please sign in to comment.