Skip to content

Commit

Permalink
BICAS: CI-fix: create_RCT_filename___UTEST
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikPGJ committed Jul 11, 2024
1 parent eada5e8 commit 736ce86
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ function test(testCase)
beginDt = datetime('2020-01-01T00:00:00');
endDt = datetime('2099-12-31T00:00:00');

[actDestFilename, actGaCALIBRATION_VERSION] = bicas.tools.rct.create_RCT_filename(beginDt, endDt, 3);
actDestFilename = bicas.tools.rct.create_RCT_filename(beginDt, endDt, 3);

irf.assert.castring(actDestFilename)
testCase.assertTrue(numel(actDestFilename) > 4)
end


Expand Down

0 comments on commit 736ce86

Please sign in to comment.