refactored tests to account for lib reorg

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2021-12-16 12:29:40 -07:00
parent 4768425037
commit 0ed6327344
6 changed files with 14 additions and 14 deletions

View File

@@ -1,11 +1,11 @@
package main
import (
"alpha.dagger.io/europa/dagger/engine"
"alpha.dagger.io/europa/dagger"
"alpha.dagger.io/os"
)
engine.#Plan & {
dagger.#Plan & {
actions: {
sayHello: os.#Container & {
command: "echo Hello Europa! > /out.txt"