diff --git a/test/gtest_has_state_blocks.cpp b/test/gtest_has_state_blocks.cpp index e63a1b9c4cba43681dafc183b767db4fa15b934f..9cfd5b40526f26cc2f296482e5af1e6613dd6c9d 100644 --- a/test/gtest_has_state_blocks.cpp +++ b/test/gtest_has_state_blocks.cpp @@ -55,7 +55,7 @@ TEST_F(HasStateBlocksTest, Notifications_setKey_add) Notification n; ASSERT_FALSE(problem->getStateBlockNotification(sbp0, n)); - ASSERT_DEATH(F0->link(problem->getTrajectory()), "Assertion `isKey()"); + ASSERT_DEATH(F0->link(problem->getTrajectory()), ""); // ASSERT_FALSE(problem->getStateBlockNotification(sbp0, n)); @@ -69,7 +69,7 @@ TEST_F(HasStateBlocksTest, Notifications_add_makeKF) { Notification n; - // First add SB, than make KF + // First add SB, then make KF ASSERT_FALSE(problem->getStateBlockNotification(sbp0, n));