From 128c65166f1a127d766a5c5253d7ba6e2cb0b1b1 Mon Sep 17 00:00:00 2001 From: "Micah D. Gale" Date: Tue, 10 Sep 2024 14:01:08 -0500 Subject: [PATCH] Update gold value with new line. --- tests/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_integration.py b/tests/test_integration.py index 508b946f..13b309c5 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -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