diff --git a/tests/unit_tests/components/bar.cpp b/tests/unit_tests/components/bar.cpp index 839a0088..4181100a 100644 --- a/tests/unit_tests/components/bar.cpp +++ b/tests/unit_tests/components/bar.cpp @@ -36,10 +36,10 @@ vector> to_pixels_with_offset_list = { }; INSTANTIATE_TEST_CASE_P(NoOffset, GeomFormatToPixelsTest, - ::testing::ValuesIn(to_pixels_no_offset_list),); + ::testing::ValuesIn(to_pixels_no_offset_list)); INSTANTIATE_TEST_CASE_P(WithOffset, GeomFormatToPixelsTest, - ::testing::ValuesIn(to_pixels_with_offset_list),); + ::testing::ValuesIn(to_pixels_with_offset_list)); TEST_P(GeomFormatToPixelsTest, correctness) { double exp = GetParam().first; diff --git a/tests/unit_tests/components/builder.cpp b/tests/unit_tests/components/builder.cpp index 3e95cac1..f3d67f10 100644 --- a/tests/unit_tests/components/builder.cpp +++ b/tests/unit_tests/components/builder.cpp @@ -52,7 +52,7 @@ vector>> get_label_text_list = { }; INSTANTIATE_TEST_CASE_P(Inst, GetLabelTextTest, - ::testing::ValuesIn(get_label_text_list),); + ::testing::ValuesIn(get_label_text_list)); TEST_P(GetLabelTextTest, correctness) { label_t m_label = factory_util::shared