Skip to content

Commit c31e76e

Browse files
committed
Correct mlx path in texampleTests.m
1 parent 1384590 commit c31e76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/texampleTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
methods (TestClassSetup)
1313
function setUpAndTearDowns(testCase)
1414
import matlab.unittest.fixtures.CurrentFolderFixture
15-
testCase.applyFixture(CurrentFolderFixture("../examples"));
15+
testCase.applyFixture(CurrentFolderFixture("../examples/mlx-scripts"));
1616

1717
openAIEnvVar = "OPENAI_KEY";
1818
secretKey = getenv(openAIEnvVar);

0 commit comments

Comments
 (0)