Skip to content

Commit c0fc63d

Browse files
committed
Update texampleTests.m
Add "../examples" to matlab path
1 parent 0a3aeb9 commit c0fc63d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/texampleTests.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
methods (TestClassSetup)
77
function setUpAndTearDowns(testCase)
8+
import matlab.unittest.fixtures.CurrentFolderFixture
9+
testCase.applyFixture(CurrentFolderFixture("../examples"));
10+
811
openAIEnvVar = "OPENAI_KEY";
912
secretKey = getenv(openAIEnvVar);
1013
% Create an empty .env file because it is expected by our .mlx

0 commit comments

Comments
 (0)