Skip to content

Commit

Permalink
remove references in unit tests namespace check
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua committed Apr 9, 2024
1 parent e23d9a8 commit 1ac4ab5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/java/com/amadeus/NamespaceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ public class NamespaceTest {
assertNotNull(client.airport.predictions.onTime);
assertNotNull(client.booking.flightOrder("XXX"));
assertNotNull(client.booking.hotelBookings);
assertNotNull(client.safety.safetyRatedLocations);
assertNotNull(client.safety.safetyRatedLocations.bySquare);
assertNotNull(client.safety.safetyRatedLocation("XXX"));
assertNotNull(client.schedule.flights);
assertNotNull(client.travel.tripParser);
assertNotNull(client.airport.directDestinations);
Expand Down

0 comments on commit 1ac4ab5

Please sign in to comment.