Skip to content

Commit

Permalink
Update testToolbox.m
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Nov 22, 2024
1 parent 68d4776 commit 479bdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tasks/testToolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function testToolbox(varargin)

projectRootDirectory = nansentools.projectdir();
addpath(genpath(fullfile(projectRootDirectory, 'code')))
[status, teardownObjects] = setupNansenTestEnvironment(ClearAll=true); %#ok<ASGLU>
[status, teardownObjects] = setupNansenTestEnvironment("ClearAll", true); %#ok<ASGLU>
if status ~= 0; error('Something went wrong'); end

% Prepare
Expand Down

0 comments on commit 479bdc7

Please sign in to comment.