Skip to content
Snippets Groups Projects
Commit 8bbf8a75 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

minor typo correction in test name

parent 96c5a741
No related branches found
No related tags found
No related merge requests found
......@@ -493,7 +493,7 @@ class TestConvertIUPACToSMILESAndMore(TestCase):
self.assertEqual(dict_expected["stdinchi"], dict_returned["stdinchi"])
self.assertEqual(dict_expected["stdinchikey"], dict_returned["stdinchikey"])
def test_invalide_entry(self):
def test_invalid_entry(self):
self.assertRaises(ws.EntryNotFoundError, ws.convert_iupac_to_smiles_and_inchi, '3-{1-oxo-6-[4-(piperid')
self.assertRaises(ws.EntryNotFoundError, ws.convert_iupac_to_smiles_and_inchi, None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment