Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Jan 26, 2024
1 parent b31d2bc commit 2233a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/controllers/test_g16fragcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_g16frag_controller(fixture_code):
struct = Str("C 0.0 0.0 0.0\nH -0.5,0.0,0.0\nC 0.5 0.0 0.0\n H 1.0, 0.0,0.0")
struct.base.extras.set("smiles", "CtC")
struct.store()
ins, wfs = con.get_inputs_and_processclass_from_extras(extras_values="CtC")
ins, wfs = con.get_inputs_and_processclass_from_extras(extras_values=["CtC"])
assert isinstance(ins, dict)
assert "frag_label" in ins
assert "fragment_dict" in ins
Expand Down

0 comments on commit 2233a82

Please sign in to comment.