diff --git a/goo_test.cpp b/goo_test.cpp index d65508f..8bb9fd8 100644 --- a/goo_test.cpp +++ b/goo_test.cpp @@ -16,11 +16,3 @@ TEST(GooTest, TestGetValueWithPositive) { EXPECT_EQ(getValue(5, 5), 25); } - -// -TEST(GooTest, TestGetValueWithMix) { - RecordProperty("cpptest_filename", __FILE__); - RecordProperty("req", "CIC-6"); - - EXPECT_EQ(getValue(5, -5), 5); -} \ No newline at end of file