Skip to content

Commit f05b983

Browse files
committed
update expected smioles
1 parent e4a2299 commit f05b983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rmgpy/molecule/translatorTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ def test_surface_molecule_rdkit(self):
874874
5 X u0 p0 c0 {1,S}
875875
"""
876876
)
877-
smiles = "C[Pt]"
877+
smiles = "[CH3][Pt]"
878878

879879
assert to_smiles(mol, backend="rdkit") == smiles
880880

0 commit comments

Comments
 (0)