Fix tests

This commit is contained in:
Victor Shcherb 2021-01-07 12:06:35 +01:00
parent d9e76169fe
commit 3f731c4e50

View file

@ -76,8 +76,8 @@ public class RouteTestingTest {
}
for (int planRoadDirection = -1; planRoadDirection <= 1; planRoadDirection++) {
if (params.containsKey("onlyPlanRoadDirection")) {
if (!params.get("onlyPlanRoadDirection").equals(planRoadDirection + "")) {
if (params.containsKey("wrongPlanRoadDirection")) {
if (params.get("wrongPlanRoadDirection").equals(planRoadDirection + "")) {
continue;
}
}