Skip to content

Commit

Permalink
last function likely had a typo. added t to est to make it Test on l…
Browse files Browse the repository at this point in the history
…ine 222
  • Loading branch information
brittyscience committed Feb 20, 2025
1 parent 88191e9 commit 373a724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sim/test_write_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 373a724

Please sign in to comment.