BVG E2E/integration tests: update mocked when, update fixtures

closes #323
This commit is contained in:
Jannis R 2024-09-25 21:42:23 +02:00
parent d001fcc1a4
commit 3c8bb905f3
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 33645 additions and 33573 deletions

View file

@ -27,7 +27,7 @@ import {testReachableFrom} from './lib/reachable-from.js';
import {testRemarks} from './lib/remarks.js';
import {testLines} from './lib/lines.js';
const T_MOCK = 1671260400 * 1000; // 2022-12-17T08:00:00+01:00
const T_MOCK = 1731394800 * 1000; // 2024-11-12T08:00:00+01:00
const when = createWhen(bvgProfile.timezone, bvgProfile.locale, T_MOCK);
const {
@ -242,7 +242,7 @@ tap.test('trip details', async (t) => {
tap.test('journeys  station to address', async (t) => {
const torfstr = {
type: 'location',
address: '13353 Berlin-Wedding, Torfstr. 17',
address: '13353 Berlin-Wedding, Torfstraße 17',
latitude: 52.541797,
longitude: 13.350042,
};

File diff suppressed because one or more lines are too long