Skip to content

Commit

Permalink
Update following java-dynawo-docker changes
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <[email protected]>
  • Loading branch information
flo-dup committed Oct 9, 2024
1 parent dd3b2aa commit 47297ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class DynawoSimulationTest extends AbstractDynawoTest {
@BeforeEach
void setUp() throws Exception {
super.setUp();
provider = new DynawoSimulationProvider(new DynawoSimulationConfig(Path.of("/dynawo"), true));
provider = new DynawoSimulationProvider(new DynawoSimulationConfig(Path.of("/dynaflow-launcher"), true));
parameters = new DynamicSimulationParameters()
.setStartTime(0)
.setStopTime(100);
Expand Down

0 comments on commit 47297ea

Please sign in to comment.