We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d934c8 commit b136f19Copy full SHA for b136f19
data/expected_models.js
@@ -1053,7 +1053,7 @@ const expected_models_per_line = [
1053
models: [
1054
{
1055
model: models.bus.man_lions_city_g,
1056
- depot: depots.druzhba
+ depot: depots.zemlyane_bus
1057
}
1058
]
1059
},
@@ -1202,4 +1202,4 @@ export function is_vehicle_expected_on_line(vehicle) {
1202
expected.model.id == model.id
1203
&& expected.depot.id == depot.id);
1204
return is_expected;
1205
-}
+}
0 commit comments