[TECH] Ingérer et extraire les données provenant de GTFS #7
Annotations
6 errors
tests/extract-data.spec.js > extract-data > #getStops > should extract stops:
tests/extract-data.spec.js#L179
AssertionError: expected [] to deeply equal [ { stop_id: 'IDFM:10181', …(4) } ]
- Expected
+ Received
- Array [
- Object {
- "route_id": "IDFM:C01371",
- "stop_id": "IDFM:10181",
- "stop_lat": 48.844847,
- "stop_lon": 2.373273,
- "stop_name": "Gare de Lyon",
- },
- ]
+ Array []
❯ tests/extract-data.spec.js:179:31
|
tests/extract-data.spec.js > extract-data > #getRoutePath > should extract route path:
scripts/extract-data.js#L95
Error: The path /home/runner/Downloads/traces-des-lignes-de-transport-en-commun-idfm.geojson is not accessible.
❯ _verifyPath scripts/extract-data.js:95:11
❯ Module.getRoutesPaths scripts/extract-data.js:84:3
❯ tests/extract-data.spec.js:419:26
|
tests/extract-data.spec.js > extract-data > #fillPath > should fill path:
scripts/extract-data.js#L95
Error: The path /home/runner/Downloads/traces-des-lignes-de-transport-en-commun-idfm.geojson is not accessible.
❯ _verifyPath scripts/extract-data.js:95:11
❯ Module.getRoutesPaths scripts/extract-data.js:84:3
❯ tests/extract-data.spec.js:432:26
|
tests/save-data.spec.js > save-data > #saveStopTimes > should save stop_times:
tests/save-data.spec.js#L60
AssertionError: expected 6 to equal 3
- Expected
+ Received
- 3
+ 6
❯ tests/save-data.spec.js:60:34
|
tests/save-data.spec.js > save-data > #saveStops > should save stops:
tests/save-data.spec.js#L79
AssertionError: expected 5 to equal 3
- Expected
+ Received
- 3
+ 5
❯ tests/save-data.spec.js:79:34
|
ci
Process completed with exit code 1.
|