diff --git a/tests/test.example.yaml b/tests/test.example.yaml index 2813661..72cc166 100644 --- a/tests/test.example.yaml +++ b/tests/test.example.yaml @@ -1,6 +1,5 @@ - name: test-example command: miniwdl run -i tests/inputs/example.inputs.json -d test-output/ hello.wdl - files: - - path: test-output/output_links/stdout.txt - contains: - - 'hello Test!' + stdout: + contains: + - 'hello Test!'