We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0414e8 + ccb0db5 commit ab71d63Copy full SHA for ab71d63
1 file changed
src/test/MonitorRowContainer.test.tsx
@@ -25,7 +25,7 @@ const mockProps = {
25
},
26
realtime: true,
27
pickupType: 'SCHEDULED',
28
- serviceDay: 1751576400,
+ serviceDay: Math.floor(Date.now() / 1000),
29
scheduledDeparture: 34860,
30
realtimeDeparture: 34885,
31
realtimeState: 'UPDATED',
@@ -52,16 +52,6 @@ const mockProps = {
52
gtfsId: 'HSL:5530',
53
alerts: [],
54
55
- stops: [
56
- {
57
- name: 'Matinkylä (M)',
58
- gtfsId: 'HSL:2314215',
59
- direction: null,
60
- code: '2145',
61
- platformCode: '1',
62
- parentStation: null,
63
- },
64
- ],
65
66
combinedPattern: 'HSL:5530:530:Myyrmäki:0',
67
renameID: 'Myyrmäki',
0 commit comments