diff --git a/test-utils/recording-doubles/+llms/+internal/sendRequestWrapper.m b/tests/private/recording-doubles/+llms/+internal/sendRequestWrapper.m similarity index 100% rename from test-utils/recording-doubles/+llms/+internal/sendRequestWrapper.m rename to tests/private/recording-doubles/+llms/+internal/sendRequestWrapper.m diff --git a/test-utils/recording-doubles/addpath.m b/tests/private/recording-doubles/addpath.m similarity index 100% rename from test-utils/recording-doubles/addpath.m rename to tests/private/recording-doubles/addpath.m diff --git a/test-utils/replaying-doubles/+llms/+internal/sendRequestWrapper.m b/tests/private/replaying-doubles/+llms/+internal/sendRequestWrapper.m similarity index 100% rename from test-utils/replaying-doubles/+llms/+internal/sendRequestWrapper.m rename to tests/private/replaying-doubles/+llms/+internal/sendRequestWrapper.m diff --git a/test-utils/replaying-doubles/addpath.m b/tests/private/replaying-doubles/addpath.m similarity index 100% rename from test-utils/replaying-doubles/addpath.m rename to tests/private/replaying-doubles/addpath.m diff --git a/tests/texampleTests.m b/tests/texampleTests.m index f7cde42..e08a5c9 100644 --- a/tests/texampleTests.m +++ b/tests/texampleTests.m @@ -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