Skip to content

Commit

Permalink
Update SmokeTests.m
Browse files Browse the repository at this point in the history
  • Loading branch information
rweinsteMW authored Feb 1, 2024
1 parent 30f8f5d commit b4149ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SoftwareTests/SmokeTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function RegressionBasicsSmokeTest(testCase,Filename)
case 'MATLAB:catenate:dimensionMismatch'

otherwise
disp(ME.identifier)
testCase.verifyTrue(false,ME.message);
end
end
Expand Down Expand Up @@ -118,4 +119,4 @@ function closeAllFigure(testCase)

end % methods (TestClassTeardown)

end
end

0 comments on commit b4149ae

Please sign in to comment.