correct a few more issues with unit tests

This commit is contained in:
Axel Kohlmeyer
2025-04-26 02:42:09 -04:00
parent d89ae3d15d
commit f8bf6d1ad6
2 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ TEST_F(SetTest, NoBoxNoAtoms)
TEST_FAILURE(".*ERROR: Illegal set command: need at least four.*", command("set type 1 x"););
TEST_FAILURE(".*ERROR: Unknown set or fix set command style: xxx.*",
command("set xxx 1 x 0.0"););
TEST_FAILURE(".*ERROR: Unrecognized set or fix set keyword yyy.*",
TEST_FAILURE(".*ERROR: Unrecognized set or fix set command keyword yyy.*",
command("set type 1 yyy 0.0"););
TEST_FAILURE(".*ERROR: Cannot set attribute spin/atom for atom style atomic.*",