From 2611e091f959c414abe57534018c60f24dbfa81d Mon Sep 17 00:00:00 2001 From: Brittany Watterson Date: Thu, 20 Feb 2025 13:55:51 -0500 Subject: [PATCH] line 131 indentation correction --- tests/test_sim/test_setupandrun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sim/test_setupandrun.py b/tests/test_sim/test_setupandrun.py index 3414ecb3..1e4e3767 100644 --- a/tests/test_sim/test_setupandrun.py +++ b/tests/test_sim/test_setupandrun.py @@ -128,7 +128,7 @@ def test_parse_cutoff(setupandrun, input_cutoff, expected_result): def test_parse_cutoff_unknown_unit(setupandrun): with pytest.raises(ValueError) as e: setupandrun._parse_cutoff("2pc") - assert "Unknown unit" in str(e.value) + assert "Unknown unit" in str(e.value) def test_parse_temperature(setupandrun):