Skip to content

Commit

Permalink
test: introduce a bug to see if it is picked up by the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-sysbio authored Jun 13, 2023
1 parent 21f74fb commit db8ca8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/test/testYamlConversion.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
% export to yml and then import back
try
exportYaml(model,'testYamlConversion.yml');
importedHumanGEM = importYaml('testYamlConversion.yml', true);
importedHumanGEM = importYaml('testYamlConversionERROR.yml', true);
catch
error('There are problems during the conversion import and export');
end
Expand Down

0 comments on commit db8ca8c

Please sign in to comment.