Skip to content

Commit

Permalink
[test] update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Feb 17, 2024
1 parent 8ea6015 commit 6a9cf70
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions source/airports/__snapshots__/integration.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1469,6 +1469,38 @@ exports[`airports > getDestinations > when asked for destinations from a specifi
"seasonal": false,
"tags": [],
},
{
"arrivalAirport": {
"aliases": [],
"base": false,
"city": {
"code": "REGGIO",
"name": "Reggio Calabria",
},
"code": "REG",
"coordinates": {
"latitude": 38.0419,
"longitude": 15.3913,
},
"country": {
"code": "it",
"currency": "EUR",
"defaultAirportCode": "BGY",
"name": "Italy",
},
"name": "Reggio Calabria",
"region": {
"code": "CALABRIA",
"name": "Calabria",
},
"seoName": "Reggio",
"timeZone": "Europe/Rome",
},
"operator": "FR",
"recent": true,
"seasonal": false,
"tags": [],
},
{
"arrivalAirport": {
"aliases": [],
Expand Down

0 comments on commit 6a9cf70

Please sign in to comment.