Skip to content

Commit

Permalink
Trigger a build to get time with cache for folders step
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Sep 19, 2024
1 parent 84ab0b1 commit 8a36a99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cable/TestCable.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
outName = 'mbari.out'
end


methods (Access = 'public')
function obj = TestCable
obj.testDir = fileparts(mfilename('fullpath'));
Expand Down Expand Up @@ -44,7 +43,7 @@ function runBemio(testCase)
function checkVisibilityRestored(testCase)
set(0, 'DefaultFigureVisible', testCase.OriginalDefault);
testCase.assertEqual(get(0, 'DefaultFigureVisible'), ...
testCase.OriginalDefault);
testCase.OriginalDefault);
end

end
Expand Down

0 comments on commit 8a36a99

Please sign in to comment.