From 28b32adf2aceefb0a54cafb444a97f41688879b2 Mon Sep 17 00:00:00 2001 From: Gabriele Ghia <gabriele.ghia@skywarder.eu> Date: Thu, 7 Nov 2024 09:28:18 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Marco Luigi Gaibotti <marco.gaibotti@skywarder.eu> --- unitTests/unitTestClasses/TestSimulator.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unitTests/unitTestClasses/TestSimulator.m b/unitTests/unitTestClasses/TestSimulator.m index e2f9a1ba..a7cc0b25 100644 --- a/unitTests/unitTestClasses/TestSimulator.m +++ b/unitTests/unitTestClasses/TestSimulator.m @@ -13,7 +13,7 @@ classdef TestSimulator < UnitTest currentPath = fileparts(mfilename('fullpath')); - cd(currentPath); + addpath(currentPath); -- GitLab