Skip to content

Commit

Permalink
Remove test for cic-6
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpepek authored Dec 15, 2023
1 parent 9c1a24c commit 1d78f37
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions goo_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(100, -50), 100);
}

0 comments on commit 1d78f37

Please sign in to comment.