diff --git a/test/test_parameters_aquacrop.toml b/test/test_parameters_aquacrop.toml
index b117ed032ee775da46ff42e0c819e0c45ad5d7a0..8e190113005226c818683618181e1c74bdfc46dc 100644
--- a/test/test_parameters_aquacrop.toml
+++ b/test/test_parameters_aquacrop.toml
@@ -41,6 +41,5 @@ insectmodel = ["season", "habitat", "pesticides"] # which factors affect insect
 
 [crop]
 cropmodel = "aquacrop" # crop growth model to use, "almass", "aquacrop", or "simple"
-# TODO: these two files below are ALMaSS parameters
-cropfile = "crop_data_general.csv" # file with general crop parameters
-growthfile = "almass_crop_growth_curves.csv" # file with crop growth parameters
+# TODO: dir is for ALMaSS parameters
+cropdirectory = "data/crops/almass/"