Skip to content

Commit

Permalink
[test] update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Dec 1, 2023
1 parent 5eb6e4a commit a92c41c
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 @@ -622,6 +622,38 @@ exports[`airports > getDestinations > when asked for destinations from a specifi
"seasonal": false,
"tags": [],
},
{
"arrivalAirport": {
"aliases": [],
"base": false,
"city": {
"code": "DUBROVNIK",
"name": "Dubrovnik",
},
"code": "DBV",
"coordinates": {
"latitude": 42.5614,
"longitude": 18.2683,
},
"country": {
"code": "hr",
"currency": "EUR",
"defaultAirportCode": "ZAD",
"name": "Croatia",
},
"name": "Dubrovnik",
"region": {
"code": "DEFAULT_HR",
"name": "Default HR",
},
"seoName": "dubrovnik",
"timeZone": "Europe/Zagreb",
},
"operator": "FR",
"recent": true,
"seasonal": false,
"tags": [],
},
{
"arrivalAirport": {
"aliases": [],
Expand Down

0 comments on commit a92c41c

Please sign in to comment.