From 7a4be7f783516a847399727e4eb939e6580c1964 Mon Sep 17 00:00:00 2001 From: Fabian Gruenewald Date: Wed, 8 Jan 2025 17:58:33 +0100 Subject: [PATCH] change CGSmiles to CGsmiles --- cgsmiles/tests/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgsmiles/tests/test_utils.py b/cgsmiles/tests/test_utils.py index b485e58..93f94fe 100644 --- a/cgsmiles/tests/test_utils.py +++ b/cgsmiles/tests/test_utils.py @@ -6,7 +6,7 @@ "show delocalization-induced molecular equivalency and thus " "is not considered aromatic. For example, 4-methyl imidazole " "is often written as [nH]1cc(nc1)C, but should be written as " - "[NH]1C=C(N=C1)C. A corresponding CGSmiles string would be " + "[NH]1C=C(N=C1)C. A corresponding CGsmiles string would be " "{[#A]1[#B][#C]1}.{#A=[>][<]N,#B=[$]N=C[>],#C=[$]C(C)=C[<]}") @pytest.mark.parametrize('frag_str, hatoms_ref, error_type, err_msg', (