We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
assumeTrue
1 parent 91f043e commit 3909f9fCopy full SHA for 3909f9f
tests/matlab/matlabls/handlers/formatting/tFormatCode.m
@@ -8,11 +8,11 @@
8
function isApplicable (testCase)
9
% Determine if the test should be skipped in the current environment
10
isTestingEnvironment = ~isempty(getenv('MATLAB_TEST_ENVIRONMENT'));
11
- shouldRun = ~(isMATLABReleaseOlderThan('R2025a') && isTestingEnvironment);
+ shouldRun = ~(isMATLABReleaseOlderThan('R2023b') && isTestingEnvironment);
12
13
testCase.assumeTrue(...
14
shouldRun,...
15
- "Document formatting test cannot run prior to 25a in GitHub test environment.");
+ "Document formatting test cannot run prior to 23b in GitHub test environment.");
16
end
17
18
function setup (~)
0 commit comments