Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tbittar committed Dec 16, 2024
1 parent b4f25c2 commit cc5f8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end/cucumber/features/steps/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def get_results_file_path_from_logs(logs: bytes) -> str:

@then('Simulator has been launched with solver "{string}"')
def check_simulator_solver(context, string):
string_to_find = f"ortools solver {string} used for problem resolution"
string_to_find = f"solver {string} used for problem resolution"
assert(find_in_simulator_log(context.tmp_study / "output", string_to_find))

@then('Benders has been launched with solver "{string}"')
Expand Down

0 comments on commit cc5f8e0

Please sign in to comment.