diff --git a/tests/flightplan/test_ipsolver.py b/tests/flightplan/test_ipsolver.py index efabc34b..ec03c9a4 100644 --- a/tests/flightplan/test_ipsolver.py +++ b/tests/flightplan/test_ipsolver.py @@ -86,7 +86,7 @@ def capture_fuzz_failures(solver: IpSolver) -> Iterator[None]: WaypointSolverTestCaseReducer( solver.debug_output_directory, test_case_directory ).reduce() - ex.add_note(f"Reduced test case was written to {test_case_directory}") # type: ignore + ex.add_note(f"Reduced test case was written to {test_case_directory}") raise