Skip to content

Commit

Permalink
[test] update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Dec 6, 2023
1 parent f2272e6 commit 8e37cf8
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions source/airports/__snapshots__/integration.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,38 @@ exports[`airports > getDestinations > when asked for destinations from a specifi
"seasonal": false,
"tags": [],
},
{
"arrivalAirport": {
"aliases": [],
"base": true,
"city": {
"code": "BIRMINGHAM",
"name": "Birmingham",
},
"code": "BHX",
"coordinates": {
"latitude": 52.4539,
"longitude": -1.74803,
},
"country": {
"code": "gb",
"currency": "GBP",
"defaultAirportCode": "STN",
"name": "United Kingdom",
},
"name": "Birmingham",
"region": {
"code": "ENGLAND",
"name": "England",
},
"seoName": "birmingham",
"timeZone": "Europe/London",
},
"operator": "FR",
"recent": true,
"seasonal": false,
"tags": [],
},
{
"arrivalAirport": {
"aliases": [],
Expand Down Expand Up @@ -980,6 +1012,38 @@ exports[`airports > getDestinations > when asked for destinations from a specifi
"seasonal": false,
"tags": [],
},
{
"arrivalAirport": {
"aliases": [],
"base": true,
"city": {
"code": "KAUNAS",
"name": "Kaunas",
},
"code": "KUN",
"coordinates": {
"latitude": 54.9639,
"longitude": 24.0848,
},
"country": {
"code": "lt",
"currency": "EUR",
"defaultAirportCode": "KUN",
"name": "Lithuania",
},
"name": "Kaunas",
"region": {
"code": "KAUNAS",
"name": "Kaunas",
},
"seoName": "kaunas",
"timeZone": "Europe/Vilnius",
},
"operator": "FR",
"recent": true,
"seasonal": false,
"tags": [],
},
{
"arrivalAirport": {
"aliases": [],
Expand Down

0 comments on commit 8e37cf8

Please sign in to comment.