update test since we have now one invocation also during setup

This commit is contained in:
Axel Kohlmeyer
2024-07-11 15:02:03 -04:00
parent a55092dc26
commit 47af1775c2

View File

@ -342,7 +342,7 @@ TEST_F(FixPythonInvokeTest, post_force)
if (line == "PYTHON_POST_FORCE") ++count; if (line == "PYTHON_POST_FORCE") ++count;
} }
ASSERT_EQ(count, 5); ASSERT_EQ(count, 6);
} }
} // namespace LAMMPS_NS } // namespace LAMMPS_NS