diff --git a/tests/texampleTests.m b/tests/texampleTests.m index c2b1ade..f3d680a 100644 --- a/tests/texampleTests.m +++ b/tests/texampleTests.m @@ -23,6 +23,8 @@ function setUpAndTearDowns(testCase) testCase.applyFixture(PathFixture( ... fullfile(testCase.TestDir,"recording-doubles"))); else + disp("=-=-=-=-=-=-=-=-=-=-=-=-=") + disp(fullfile(testCase.TestDir,"replaying-doubles")) testCase.applyFixture(PathFixture( ... fullfile(testCase.TestDir,"replaying-doubles"))); end