Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Mar 8, 2019
1 parent 5ea1d45 commit 74a1635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (
)

func TestHostApp_Run(t *testing.T) {
time.Local = &time.FixedZone("Asia/Tokyo", 9*60*60)
time.Local = time.FixedZone("Asia/Tokyo", 9*60*60)
defer func(){ time.Local = nil }()
testCases := []struct {
id string
Expand Down

0 comments on commit 74a1635

Please sign in to comment.