Skip to content

Commit

Permalink
#133 Fix unittests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierbureau committed Nov 9, 2022
1 parent a83abd7 commit 059f4e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sources/Launcher/test/TestRobustnessAnalysisLauncher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,6 @@ TEST(TestLauncher, TestRobustnessAnalysisLauncherWithCriticalTime) {
launcher.setDirectory("MyDirectory");
launcher.testDirectory("MyDirectory");

launcher.testNbThreads(1);
launcher.testNbThreads(1);

ASSERT_THROW_DYNAWO(launcher.init(), DYN::Error::GENERAL, DYNAlgorithms::KeyAlgorithmsError_t::DirectoryDoesNotExist);
launcher.testWorkingDirectory(createAbsolutePath("MyDirectory", current_path()));

Expand Down

0 comments on commit 059f4e0

Please sign in to comment.