diff --git a/tests/test_sim/test_write_script.py b/tests/test_sim/test_write_script.py index 4c12f4c3..1342c6ad 100644 --- a/tests/test_sim/test_write_script.py +++ b/tests/test_sim/test_write_script.py @@ -219,7 +219,7 @@ def script_content_2(script_content_vars_2, openmm_sim): ) -def est_construct_script_content_script2(script_content_2, script_content_vars_2): +def test_construct_script_content_script2(script_content_2, script_content_vars_2): assert ( f"ewaldErrorTolerance = {script_content_vars_2.ewald_error_tolerance}" in script_content_2