Skip to content

Commit

Permalink
Update gold value with new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Sep 10, 2024
1 parent c43e8cf commit 128c651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def test_importance_format_mutated(importance_problem):
with pytest.warns(LineExpansionWarning):
output = imp.format_for_mcnp_input((6, 2, 0))
print(output)
assert len(output) == 3
assert len(output) == 4
assert "imp:n 0.5 1 1 0 3" in output


Expand Down

0 comments on commit 128c651

Please sign in to comment.