From c31e76ed97713821f6b1d1ec3a8e85b1e60a3ed9 Mon Sep 17 00:00:00 2001 From: Christopher Creutzig <89011131+ccreutzi@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:27:02 +0200 Subject: [PATCH] Correct mlx path in texampleTests.m --- tests/texampleTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);