Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpepek committed Dec 13, 2023
1 parent d44b00e commit 974ab6e
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(5, -5), 5);
}

0 comments on commit 974ab6e

Please sign in to comment.