Skip to content

Commit

Permalink
Correct mlx path in texampleTests.m
Browse files Browse the repository at this point in the history
  • Loading branch information
ccreutzi committed Jul 29, 2024
1 parent 1384590 commit c31e76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/texampleTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c31e76e

Please sign in to comment.