diff --git a/tests/texampleTests.m b/tests/texampleTests.m index a9864d1..ea5955b 100644 --- a/tests/texampleTests.m +++ b/tests/texampleTests.m @@ -12,7 +12,7 @@ methods (TestClassSetup) function setUpAndTearDowns(testCase) import matlab.unittest.fixtures.CurrentFolderFixture - testCase.applyFixture(CurrentFolderFixture("../examples")); + testCase.applyFixture(CurrentFolderFixture("../examples/mlx-scripts")); openAIEnvVar = "OPENAI_KEY"; secretKey = getenv(openAIEnvVar);