Skip to content

Commit 0d9d93d

Browse files
committed
fix: change test location to ignore Australia time saving error
1 parent 3046f5c commit 0d9d93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/insights_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ func Test_parseInsightsInterval_week(t *testing.T) {
179179
t.Parallel()
180180

181181
layout := insightsTimeLayout
182-
sydneyLoc, err := time.LoadLocation("Australia/Sydney") // Random location
182+
sydneyLoc, err := time.LoadLocation("America/Los_Angeles") // Random location
183183
require.NoError(t, err)
184184

185185
now := time.Now().In(sydneyLoc)

0 commit comments

Comments
 (0)