Skip to content

Commit b136f19

Browse files
authored
update depot for bus 304
1 parent 2d934c8 commit b136f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/expected_models.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ const expected_models_per_line = [
10531053
models: [
10541054
{
10551055
model: models.bus.man_lions_city_g,
1056-
depot: depots.druzhba
1056+
depot: depots.zemlyane_bus
10571057
}
10581058
]
10591059
},
@@ -1202,4 +1202,4 @@ export function is_vehicle_expected_on_line(vehicle) {
12021202
expected.model.id == model.id
12031203
&& expected.depot.id == depot.id);
12041204
return is_expected;
1205-
}
1205+
}

0 commit comments

Comments
 (0)