We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1384590 commit c31e76eCopy full SHA for c31e76e
tests/texampleTests.m
@@ -12,7 +12,7 @@
12
methods (TestClassSetup)
13
function setUpAndTearDowns(testCase)
14
import matlab.unittest.fixtures.CurrentFolderFixture
15
- testCase.applyFixture(CurrentFolderFixture("../examples"));
+ testCase.applyFixture(CurrentFolderFixture("../examples/mlx-scripts"));
16
17
openAIEnvVar = "OPENAI_KEY";
18
secretKey = getenv(openAIEnvVar);
0 commit comments