Skip to content

Commit 252b931

Browse files
committed
test(airline.spect.ts): update snapshot
1 parent a661402 commit 252b931

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/modules/__snapshots__/airline.spec.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ exports[`airline > 42 > aircraftType 1`] = `"regional"`;
44

55
exports[`airline > 42 > airline 1`] = `
66
{
7-
"iataCode": "ET",
8-
"name": "Ethiopian Airlines",
7+
"iataCode": "EY",
8+
"name": "Etihad Airways",
99
}
1010
`;
1111

@@ -55,8 +55,8 @@ exports[`airline > 1211 > aircraftType 1`] = `"widebody"`;
5555

5656
exports[`airline > 1211 > airline 1`] = `
5757
{
58-
"iataCode": "VN",
59-
"name": "Vietnam Airlines",
58+
"iataCode": "VJ",
59+
"name": "VietJet Air",
6060
}
6161
`;
6262

@@ -106,8 +106,8 @@ exports[`airline > 1337 > aircraftType 1`] = `"narrowbody"`;
106106

107107
exports[`airline > 1337 > airline 1`] = `
108108
{
109-
"iataCode": "CX",
110-
"name": "Cathay Pacific",
109+
"iataCode": "5J",
110+
"name": "Cebu Pacific Air",
111111
}
112112
`;
113113

0 commit comments

Comments
 (0)