Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dan'
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWit committed Nov 11, 2023
2 parents 0ef0dc8 + 78dce0b commit e07cf21
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 e07cf21

Please sign in to comment.