Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 12, 2024
1 parent 74032c9 commit 443ebd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mbuild/tests/test_compound.py
Original file line number Diff line number Diff line change
Expand Up @@ -2483,7 +2483,10 @@ def test_get_smiles(self):
try:
assert my_cmp.get_smiles() == test_string
except AssertionError:
assert my_cmp.get_smiles() == "CC(=O)OC1=C([CH][CH][CH][CH]1)C(=O)O"
assert (
my_cmp.get_smiles()
== "CC(=O)OC1=C([CH][CH][CH][CH]1)C(=O)O"
)
else:
assert my_cmp.get_smiles() == test_string

Expand Down

0 comments on commit 443ebd0

Please sign in to comment.