diff --git a/tests/plan/do/do_not_run_unspecified_tasks.cue b/tests/plan/do/do_not_run_unspecified_tasks.cue index 977a7c32..bb43b5ae 100644 --- a/tests/plan/do/do_not_run_unspecified_tasks.cue +++ b/tests/plan/do/do_not_run_unspecified_tasks.cue @@ -45,12 +45,10 @@ dagger.#Plan & { } } - dependent: { - one: bash.#Run & { - input: test.one.output - script: contents: "cat /output.txt" - export: files: "/output.txt": string - } + dependent: one: bash.#Run & { + input: test.one.output + script: contents: "cat /output.txt" + export: files: "/output.txt": string } notMe: bash.#Run & {