mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
Fix mode for 'ec-ic'
This threw an error in the intigration test.
This commit is contained in:
parent
160039df10
commit
8520eb3d1c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const products = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'ec-ic',
|
id: 'ec-ic',
|
||||||
mode: 'ec-ic',
|
mode: 'train',
|
||||||
bitmasks: [2],
|
bitmasks: [2],
|
||||||
name: 'EC/IC',
|
name: 'EC/IC',
|
||||||
short: 'EC/IC',
|
short: 'EC/IC',
|
||||||
|
|
Loading…
Add table
Reference in a new issue