Skip to content

Commit

Permalink
Updated airline module test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetro-aa committed Jan 5, 2023
1 parent 8633d5b commit a70c48c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions test/__snapshots__/airline.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ exports[`airline > 42 > airline 1`] = `

exports[`airline > 42 > airplane 1`] = `
{
"iataCode": "762",
"name": "Boeing 767-200",
"iataTypeCode": "739",
"name": "Boeing 737-900",
}
`;

exports[`airline > 42 > airport 1`] = `
{
"iataCode": "ATL",
"name": "Hartsfield Jackson Atlanta International Airport",
"name": "Hartsfield-Jackson Atlanta International Airport",
}
`;

Expand Down Expand Up @@ -55,22 +55,22 @@ exports[`airline > 1211 > aircraftType 1`] = `"widebody"`;

exports[`airline > 1211 > airline 1`] = `
{
"iataCode": "U6",
"name": "Ural Airlines",
"iataCode": "VN",
"name": "Vietnam Airlines",
}
`;

exports[`airline > 1211 > airplane 1`] = `
{
"iataCode": "PAG",
"name": "Piper PA-46",
"iataTypeCode": "M81",
"name": "McDonnell Douglas MD81",
}
`;

exports[`airline > 1211 > airport 1`] = `
{
"iataCode": "TPE",
"name": "Taiwan Taoyuan International Airport",
"iataCode": "TUN",
"name": "Tunis Carthage International Airport",
}
`;

Expand Down Expand Up @@ -113,15 +113,15 @@ exports[`airline > 1337 > airline 1`] = `

exports[`airline > 1337 > airplane 1`] = `
{
"iataCode": "7MJ",
"name": "Boeing 737 MAX 10",
"iataTypeCode": "717",
"name": "Boeing 717",
}
`;

exports[`airline > 1337 > airport 1`] = `
{
"iataCode": "ATH",
"name": "Eleftherios Venizelos International Airport",
"iataCode": "DEN",
"name": "Denver International Airport",
}
`;

Expand Down

0 comments on commit a70c48c

Please sign in to comment.