We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82b682 commit 4584f4bCopy full SHA for 4584f4b
test/modules/__snapshots__/airline.spec.ts.snap
@@ -4,8 +4,8 @@ exports[`airline > 42 > aircraftType 1`] = `"regional"`;
4
5
exports[`airline > 42 > airline 1`] = `
6
{
7
- "iataCode": "ET",
8
- "name": "Ethiopian Airlines",
+ "iataCode": "EY",
+ "name": "Etihad Airways",
9
}
10
`;
11
@@ -55,8 +55,8 @@ exports[`airline > 1211 > aircraftType 1`] = `"widebody"`;
55
56
exports[`airline > 1211 > airline 1`] = `
57
58
- "iataCode": "VN",
59
- "name": "Vietnam Airlines",
+ "iataCode": "VJ",
+ "name": "VietJet Air",
60
61
62
@@ -106,8 +106,8 @@ exports[`airline > 1337 > aircraftType 1`] = `"narrowbody"`;
106
107
exports[`airline > 1337 > airline 1`] = `
108
109
- "iataCode": "CX",
110
- "name": "Cathay Pacific",
+ "iataCode": "5J",
+ "name": "Cebu Pacific Air",
111
112
113
0 commit comments