diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json
index 85412d85ac9344bea61d1887321307a0d6b17613..edabc164951120f14108a76097cc322e1b79925c 100644
--- a/Overlap/Tests/short_tests.json
+++ b/Overlap/Tests/short_tests.json
@@ -486,7 +486,8 @@
 	"title": "Plot_traj",
 	"command":
 	[
-	    "$src_dir/Overlap/plot_traj.py", "$PWD/EGr2nd15md4np3/edgelist.csv",
+	    "$src_dir/Overlap/plot_components.py",
+	    "$PWD/EGr2nd15md4np3/edgelist.csv",
 	    "$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti",
 	    "--save=png"
 	]
@@ -583,10 +584,11 @@
     },
     {
 	"title": "Plot_traj_date",
-	"description": "plot_traj.py with options node and option label with an integer value, so is_node_type is called with an integer value for label.",
+	"description": "plot_components.py with options node and option label with an integer value, so is_node_type is called with an integer value for label.",
 	"command":
 	[
-	    "$src_dir/Overlap/plot_traj.py", "$PWD/EGr2nd15md4np3/edgelist.csv",
+	    "$src_dir/Overlap/plot_components.py",
+	    "$PWD/EGr2nd15md4np3/edgelist.csv",
 	    "$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti",
 	    "--save=png", "--node=347852", "--label=20461"
 	]
diff --git a/Overlap/plot_traj.py b/Overlap/plot_components.py
similarity index 100%
rename from Overlap/plot_traj.py
rename to Overlap/plot_components.py