Skip to content

Commit

Permalink
Addresses review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenNneji committed Jun 27, 2024
1 parent f4a712b commit b311437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testExamples.m
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function testWriteScript(testCase, exampleScriptFile)
% closes all the figures generated by the examples
close all;

% Write the script
% Write the script using a deep copy of the project
clonedProblem = problem.clone();
testCase.verifyNotEqual(clonedProblem, problem);
clonedProblem.writeScript(objName="scriptProblem", script="projectScript");
Expand Down

0 comments on commit b311437

Please sign in to comment.