Skip to content

Commit

Permalink
Move utils into tests/private
Browse files Browse the repository at this point in the history
  • Loading branch information
ccreutzi committed Aug 5, 2024
1 parent 5d4ee2d commit 8fb2076
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/texampleTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ function setUpAndTearDowns(testCase)

if capture
testCase.applyFixture(PathFixture( ...
fullfile(testCase.TestDir,"..","test-utils","recording-doubles")));
fullfile(testCase.TestDir,"private","recording-doubles")));
else
testCase.applyFixture(PathFixture( ...
fullfile(testCase.TestDir,"..","test-utils","replaying-doubles")));
fullfile(testCase.TestDir,"private","replaying-doubles")));
end

import matlab.unittest.fixtures.CurrentFolderFixture
Expand Down

0 comments on commit 8fb2076

Please sign in to comment.