Skip to content

Commit

Permalink
modified test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWit committed Nov 11, 2023
1 parent 302a3da commit 78dce0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class GSTest : public ::testing::Test {

// Test countElementsAboveThreshold function
TEST_F(GSTest, CountElementsAboveThreshold) {
double threshold = 0.5;
double threshold = 0.6;
double count = countElementsAboveThreshold(threshold);
ASSERT_GE(count, 0.0);
ASSERT_LE(count, 1.0);
Expand Down

0 comments on commit 78dce0b

Please sign in to comment.