Skip to content

Commit

Permalink
fix: adapt ReleaseBarnimIT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelger committed Sep 30, 2024
1 parent 52514db commit 91bd0c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public void navigationSuccessful() throws Exception {
assertEquals(36,
LogAssert.count(simulationRule, "Navigation.log", ".*Request to switch to new route for vehicle .*")
);
// 14 adhoc vehicles + 12 cell vehicles
assertEquals(26,
// 14 adhoc vehicles + 10 cell vehicles
assertEquals(24,
LogAssert.count(simulationRule, "Navigation.log", ".*Change to route [2-9] for vehicle .*")
);
}
Expand Down

0 comments on commit 91bd0c9

Please sign in to comment.