From f5cbef8b12558d340aaec943ea8214a7aa1daaaa Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 16 Jan 2024 15:57:42 -0500 Subject: [PATCH] fix typo --- unittest/formats/test_molecule_file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/formats/test_molecule_file.cpp b/unittest/formats/test_molecule_file.cpp index 1f8e954f61..4c1a22c6f4 100644 --- a/unittest/formats/test_molecule_file.cpp +++ b/unittest/formats/test_molecule_file.cpp @@ -278,7 +278,7 @@ TEST_F(MoleculeFileTest, twofiles) ContainsRegex(".*Read molecule template twomols:.*\n.*Water.*\n.*1 molecules.*\n" ".*0 fragments.*\n.*3 atoms with max type 2.*\n.*2 bonds with max type 1.*\n" ".*1 angles with max type 1.*\n.*0 dihedrals.*\n.*0 impropers.*\n" - ".*Read molecule template twomols:.*\n.*1 molecules.*\n" + ".*Read molecule template twomols:.*\n.*CO2.*\n.*1 molecules.*\n" ".*0 fragments.*\n.*3 atoms with max type 4.*\n.*2 bonds with max type 2.*\n" ".*1 angles with max type 2.*\n.*0 dihedrals.*")); BEGIN_CAPTURE_OUTPUT();