Skip to content

Commit

Permalink
test: show yaml filesize
Browse files Browse the repository at this point in the history
  • Loading branch information
edkerk committed Oct 17, 2024
1 parent 866a3dc commit 7dd5b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/unit_tests/importExportTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function testYAMLexport(testCase)
%sized.
s = dir(fullfile(sourceDir,'testing','unit_tests','test_data','_test.yml'));
filesize = s.bytes;
disp(filesize)
verifyTrue(testCase,filesize>1300);
delete(fullfile(sourceDir,'testing','unit_tests','test_data','_test.yml'));
end

0 comments on commit 7dd5b81

Please sign in to comment.