From 894a7e4bce8fe27e73d1799fd3b8983b6effe26a Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 18 Jul 2020 21:10:22 -0400 Subject: [PATCH] update test --- unittest/commands/test_reset_ids.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/commands/test_reset_ids.cpp b/unittest/commands/test_reset_ids.cpp index 07c264655f..f676ecc557 100644 --- a/unittest/commands/test_reset_ids.cpp +++ b/unittest/commands/test_reset_ids.cpp @@ -500,7 +500,7 @@ TEST(ResetMolIds, CMDFail) lmp = new LAMMPS(argc, argv, MPI_COMM_WORLD); if (!verbose) ::testing::internal::GetCapturedStdout(); - TEST_FAILURE(".*ERROR: Reset_mol_ids command before box is.*", + TEST_FAILURE(".*ERROR: Reset_mol_ids command before simulation box is.*", lmp->input->one("reset_mol_ids all");); if (!verbose) ::testing::internal::CaptureStdout();