Skip to content

Commit

Permalink
Fail even with 2 iters
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenaxer authored and michalmac committed Dec 27, 2023
1 parent 8f84949 commit 7385830
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ void testMultiModeDrtDeterminism() {


Controler controller = RunEDrtScenario.createControler(config, false);
config.controller().setLastIteration(10);
config.controller().setLastIteration(2);

PassengerPickUpTracker tracker = new PassengerPickUpTracker();
tracker.install(controller);

controller.run();

assertEquals(1968, tracker.passengerPickupEvents);
assertEquals(2011, tracker.passengerPickupEvents);
}


Expand Down

0 comments on commit 7385830

Please sign in to comment.