Skip to content

Commit fe40591

Browse files
minor fixes
1 parent b23d7e5 commit fe40591

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
@@ -326,7 +326,7 @@ func TestWorkspacePreset(t *testing.T) {
326326
ExpectError: regexp.MustCompile(`The argument "cron" is required, but no definition was found.`),
327327
},
328328
{
329-
Name: "Prebuilds is set with an autoscaling.schedule field, but without cron",
329+
Name: "Prebuilds is set with an autoscaling.schedule field, but without instances",
330330
Config: `
331331
data "coder_workspace_preset" "preset_1" {
332332
name = "preset_1"

0 commit comments

Comments
 (0)