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 e23d9a8 commit 1ac4ab5Copy full SHA for 1ac4ab5
src/test/java/com/amadeus/NamespaceTest.java
@@ -95,9 +95,6 @@ public class NamespaceTest {
95
assertNotNull(client.airport.predictions.onTime);
96
assertNotNull(client.booking.flightOrder("XXX"));
97
assertNotNull(client.booking.hotelBookings);
98
- assertNotNull(client.safety.safetyRatedLocations);
99
- assertNotNull(client.safety.safetyRatedLocations.bySquare);
100
- assertNotNull(client.safety.safetyRatedLocation("XXX"));
101
assertNotNull(client.schedule.flights);
102
assertNotNull(client.travel.tripParser);
103
assertNotNull(client.airport.directDestinations);
0 commit comments