Skip to content

Commit b3a5ce1

Browse files
committed
Merge branch 'development' into instance-routine-mixins
# Conflicts: # tests/test_elements/test_mol2mol/test_mol2mol_filter.py
2 parents 7fbc504 + c0c4acf commit b3a5ce1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_elements/test_mol2mol/test_mol2mol_filter.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
"""Unittest for MolFilter functionality.
1+
"""Unittest for MolFilters functionality.
22
3-
MolFilter set flag Molecules as invalid based on the criteria defined in the filter.
3+
MolFilters flag Molecules as invalid based on the criteria defined in the filter.
44
55
"""
66

@@ -33,7 +33,7 @@
3333
SMILES_BENZENE = "c1ccccc1"
3434
SMILES_CHLOROBENZENE = "Clc1ccccc1"
3535
SMILES_CL_BR = "NC(Cl)(Br)C(=O)O"
36-
SMILES_METAL_AU = "OC[C@H]1OC(S[Au])[C@H](O)[C@@H](O)[C@@H]1O"
36+
SMILES_METAL_AU = "OC[C@H]1OC([S][Au])[C@H](O)[C@@H](O)[C@@H]1O"
3737

3838
SMILES_LIST = [
3939
SMILES_ANTIMONY,

0 commit comments

Comments
 (0)