From 4d7d815781b18997f2d62c89fa00e729d1c31ddd Mon Sep 17 00:00:00 2001 From: Michael Methner Date: Thu, 6 Oct 2022 11:28:31 +0200 Subject: Correct review findings - removed duplicated gtest statement - corrected doxygen api description Signed-off-by: Michael Methner --- tests/gtest_dlt_common.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/gtest_dlt_common.cpp') diff --git a/tests/gtest_dlt_common.cpp b/tests/gtest_dlt_common.cpp index e2356ed..18830be 100644 --- a/tests/gtest_dlt_common.cpp +++ b/tests/gtest_dlt_common.cpp @@ -4284,7 +4284,6 @@ TEST(dlt_client_parse_get_log_info_resp_text, normal) ret = dlt_client_parse_get_log_info_resp_text(resp, input); EXPECT_EQ(DLT_RETURN_OK, ret); - EXPECT_EQ(DLT_RETURN_OK, ret); EXPECT_EQ(2,resp->log_info_type.count_app_ids); -- cgit v1.2.1