diff --git a/test/test_entity.cpp b/test/test_entity.cpp index 57bc8cfdae1cb48e8d943c5da3a53deaeb612020..1f3adf99b0702f7a369e20b42d2f8a3af3ea94dd 100644 --- a/test/test_entity.cpp +++ b/test/test_entity.cpp @@ -101,9 +101,7 @@ TEST(test_entity, test_from_id_response) { // NOLINT Entity other_ent(&idr_warnings_and_infos); - std::cout << other_ent.ToString() << std::endl; EXPECT_EQ(other_ent.GetId(), "other_entity_id"); - std::cout << other_ent.GetWarnings().Size(); EXPECT_EQ(other_ent.GetWarnings().Size(), 1); EXPECT_EQ(other_ent.GetWarnings().At(0).GetDescription(), "warning_desc"); EXPECT_EQ(other_ent.GetWarnings().At(0).GetCode(),