Skip to content

Commit

Permalink
Merge pull request #231 from isteinbrecher/fix-failing-main
Browse files Browse the repository at this point in the history
Fix failing main
  • Loading branch information
isteinbrecher authored Feb 14, 2025
2 parents 43dee61 + f92e0af commit 32e82bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_four_c_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,9 @@ def test_four_c_simulation_rotated_beam_axis(

# Run the input file in 4C.
run_four_c_test(tmp_path, "rotated_beam_axis", input_file)
run_four_c_test(tmp_path, "rotated_beam_axis", input_file, nox_xml_file="xml_name")
run_four_c_test(
tmp_path, "rotated_beam_axis", input_file, nox_xml_file="xml_name.xml"
)


@pytest.mark.parametrize(*PYTEST_4C_SIMULATION_PARAMETRIZE)
Expand Down

0 comments on commit 32e82bd

Please sign in to comment.