Skip to content

Commit

Permalink
Fix ArgsTest checking the value of an uninitialized float
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed May 21, 2024
1 parent 7666ca2 commit f406e40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unittests/args_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@ TEST(ArgsTest, ArgStore)

auto tup = std::move(store).get_tuple();
EXPECT_EQ(std::get<0>(tup), 42);
EXPECT_DOUBLE_EQ(std::get<1>(tup), 0.0);
}

0 comments on commit f406e40

Please sign in to comment.