diff --git a/test/config.yaml b/test/config.yaml index 22480fe..cd94001 100644 --- a/test/config.yaml +++ b/test/config.yaml @@ -43,5 +43,5 @@ outputs: - output/sifter.edge.edge.json.gz - output/sifter.vertex.vertex.json.gz -- playbook: examples/code-ref/flatMap_pipeline.yaml -- playbook: examples/code-ref/map_pipeline.yaml +- playbook: examples/code-ref/Pipeline.yaml +- playbook: examples/code-ref/flatMappipeline.yaml diff --git a/test/examples/code-ref/map_pipeline.yaml b/test/examples/code-ref/Pipeline.yaml similarity index 93% rename from test/examples/code-ref/map_pipeline.yaml rename to test/examples/code-ref/Pipeline.yaml index efa3f6d..ad17ca3 100644 --- a/test/examples/code-ref/map_pipeline.yaml +++ b/test/examples/code-ref/Pipeline.yaml @@ -16,7 +16,7 @@ pipelines: - map: method: update gpython: - $ref: map_code.py + $ref: map.py - map: method: update gpython: | diff --git a/test/examples/code-ref/flatMap_pipeline.yaml b/test/examples/code-ref/flatMappipeline.yaml similarity index 100% rename from test/examples/code-ref/flatMap_pipeline.yaml rename to test/examples/code-ref/flatMappipeline.yaml diff --git a/test/examples/code-ref/map_code.py b/test/examples/code-ref/map.py similarity index 100% rename from test/examples/code-ref/map_code.py rename to test/examples/code-ref/map.py