Skip to content

Commit

Permalink
trying to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amcisaac committed Feb 4, 2025
1 parent 6d3c7e2 commit c7b0eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openff/qcsubmit/_tests/test_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ def test_optimization_submissions_convergence(fulltest_client, opt_keywords):
dataset.submit(client=client)

await_results(
client, check_fn=PortalClient.get_optimizations, timeout=240, ids=[1, 2, 3]
client, check_fn=PortalClient.get_optimizations, timeout=240, ids=[1, 2,]
)

# make sure of the results are complete
Expand Down

0 comments on commit c7b0eb3

Please sign in to comment.