Skip to content

Commit

Permalink
#133 Fix unittests 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierbureau committed Nov 9, 2022
1 parent 059f4e0 commit 99b3150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Launcher/test/TestRobustnessAnalysisLauncher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class MyLauncher : public RobustnessAnalysisLauncher {
}

void launchCriticalTime() {
inputs_.readInputs(workingDirectory_, "MyJobs.jobs", 1);
inputs_.readInputs(workingDirectory_, "MyJobs.jobs");
boost::shared_ptr<job::JobEntry> job = inputs_.cloneJobEntry();

SimulationParameters params;
Expand Down

0 comments on commit 99b3150

Please sign in to comment.