Skip to content

Commit

Permalink
Change path to starters test (#3816)
Browse files Browse the repository at this point in the history
Signed-off-by: lrcouto <laurarccouto@gmail.com>
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
  • Loading branch information
lrcouto authored and Ahdra Merali committed Apr 17, 2024
1 parent c5d1064 commit efb828b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro/templates/project/hooks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def _remove_pyspark_viz_starter_files(is_viz: bool, python_package_name: str) ->
_remove_dir(pipelines_path / pipeline_subdir)

# Remove all test files from tests/pipelines/
test_pipeline_path = current_dir / "tests/pipelines/test_data_science.py"
test_pipeline_path = current_dir / "tests/pipelines/data_science/test_pipeline.py"
_remove_file(test_pipeline_path)


Expand Down

0 comments on commit efb828b

Please sign in to comment.