Skip to content

Commit d19bea1

Browse files
fix: tests
1 parent 4bd2f81 commit d19bea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/workspace_preset_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ func TestWorkspacePreset(t *testing.T) {
506506
}
507507
}
508508
}`,
509-
ExpectError: regexp.MustCompile(`failed to load location: unknown time zone InvalidLocation`),
509+
ExpectError: regexp.MustCompile(`failed to load timezone "InvalidLocation": unknown time zone InvalidLocation`),
510510
},
511511
{
512512
Name: "Prebuilds is set with an autoscaling field, with 2 overlapping schedules",

0 commit comments

Comments
 (0)