From b036c911e7f8a809300e314845e1a0ee8bbd2317 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 20 Jun 2025 14:23:22 -0400 Subject: [PATCH] fix copy-n-paste bug --- 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 c3b2d6450d..98a9a23e40 100644 --- a/unittest/formats/test_molecule_file.cpp +++ b/unittest/formats/test_molecule_file.cpp @@ -480,7 +480,7 @@ TEST_F(MoleculeFileTest, minimal) TEST_F(MoleculeFileTest, minjson) { BEGIN_CAPTURE_OUTPUT(); - run_mol_cmd( + run_json_cmd( test_name, "", "{\"application\":\"LAMMPS\",\"format\":\"molecule\",\"revision\": 1," "\"types\":{\"format\": [\"atom-id\",\"type\"],\"data\": [[1,1]]},"