Skip to content

Commit 2400a0d

Browse files
committed
ruff
1 parent e5de6fb commit 2400a0d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/openclatura/tests/test_analysis.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,7 @@ def test_nested_stereochemical_substituent_keeps_semantic_boundary():
344344
smiles = "CC1=CCCC[C@@H]1C(NCCCn1ccnc1)c1nnnn1C1CCCC1"
345345

346346
assert name_smiles(smiles) == (
347-
"N-((1-cyclopentyl-1H-tetrazol-5-yl)((1S)-2-methylcyclohex-2-en-1-yl)methyl)-"
348-
"3-(1H-imidazol-1-yl)propan-1-amine"
347+
"N-((1-cyclopentyl-1H-tetrazol-5-yl)((1S)-2-methylcyclohex-2-en-1-yl)methyl)-3-(1H-imidazol-1-yl)propan-1-amine"
349348
)
350349

351350

0 commit comments

Comments
 (0)