fix copy-n-paste bug

This commit is contained in:
Axel Kohlmeyer
2025-06-20 14:23:22 -04:00
parent 6f72a56b4c
commit b036c911e7

View File

@ -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]]},"