diff --git a/project/testing.py b/project/testing.py index f448303bc3..42f4df20e4 100644 --- a/project/testing.py +++ b/project/testing.py @@ -4,7 +4,7 @@ #Get the right paths pathcar = "./CarRegistration.sqlite" pathenergy = "./Energyprize.sqlite" -pathAutomatedDatapipeline = "./main/data/AutomatedDataPipeline.py" +pathAutomatedDatapipeline = "./main/AutomatedDataPipeline.py" print(os.path.abspath(pathAutomatedDatapipeline)) print("Filepath found")