Fix docker.#Run exportFile test.

This test was not calling `docker.#Run` so basically it wasn't doing anything.

Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
This commit is contained in:
Vasek - Tom C 2022-02-11 16:03:27 +01:00
parent 18e778c894
commit 73829fd9a7
No known key found for this signature in database
GPG Key ID: 175D82E572427960

View File

@ -32,8 +32,8 @@ dagger.#Plan & {
} }
// Test: export a file // Test: export a file
exportFile: { exportFile: docker.#Run & {
image: _image input: _image
command: { command: {
name: "sh" name: "sh"
flags: "-c": #""" flags: "-c": #"""