| 53 | end |
| 54 | |
| 55 | def test_list_flights |
| 56 | client = ArrowFlight::Client.new(@location) |
| 57 | generator = Helper::FlightInfoGenerator.new |
| 58 | assert_equal([generator.page_view], |
| 59 | client.list_flights) |
| 60 | end |
| 61 | |
| 62 | def test_get_flight_info |
| 63 | client = ArrowFlight::Client.new(@location) |
nothing calls this directly
no test coverage detected