Skip to content

Commit 8fb2076

Browse files
committed
Move utils into tests/private
1 parent 5d4ee2d commit 8fb2076

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

tests/texampleTests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ function setUpAndTearDowns(testCase)
2121

2222
if capture
2323
testCase.applyFixture(PathFixture( ...
24-
fullfile(testCase.TestDir,"..","test-utils","recording-doubles")));
24+
fullfile(testCase.TestDir,"private","recording-doubles")));
2525
else
2626
testCase.applyFixture(PathFixture( ...
27-
fullfile(testCase.TestDir,"..","test-utils","replaying-doubles")));
27+
fullfile(testCase.TestDir,"private","replaying-doubles")));
2828
end
2929

3030
import matlab.unittest.fixtures.CurrentFolderFixture

0 commit comments

Comments
 (0)