diff --git a/tests/plan/outputs/outputs.cue b/tests/plan/outputs/outputs.cue index 962d36aa..455b4af8 100644 --- a/tests/plan/outputs/outputs.cue +++ b/tests/plan/outputs/outputs.cue @@ -3,13 +3,11 @@ package main import "alpha.dagger.io/europa/dagger/engine" engine.#Plan & { - actions: { - data: engine.#WriteFile & { - input: engine.#Scratch - path: "/test" - permissions: 0o600 - contents: "foobar" - } + actions: data: engine.#WriteFile & { + input: engine.#Scratch + path: "/test" + permissions: 0o600 + contents: "foobar" } outputs: directories: test: {