Skip to content
Snippets Groups Projects
Commit 714d6998 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'sign.TrigHLTJetHypoUnitTests-20221203' into 'master'

TrigHLTJetHypoUnitTests: Fix warnings.

See merge request !58963
parents e0f54051 10684b5d
No related branches found
No related tags found
No related merge requests found
...@@ -421,7 +421,7 @@ TEST(JetGroupProductFactoryTester, max_jet_0) { ...@@ -421,7 +421,7 @@ TEST(JetGroupProductFactoryTester, max_jet_0) {
std::vector<std::size_t> siblings{1, 2}; std::vector<std::size_t> siblings{1, 2};
EXPECT_EQ(0, max_jet(siblings, satisfiedBy)); EXPECT_EQ(0u, max_jet(siblings, satisfiedBy));
} }
TEST(JetGroupProductFactoryTester, max_jet_1) { TEST(JetGroupProductFactoryTester, max_jet_1) {
...@@ -432,7 +432,7 @@ TEST(JetGroupProductFactoryTester, max_jet_1) { ...@@ -432,7 +432,7 @@ TEST(JetGroupProductFactoryTester, max_jet_1) {
std::vector<std::size_t> siblings{1, 2}; std::vector<std::size_t> siblings{1, 2};
EXPECT_EQ(4, max_jet(siblings, satisfiedBy)); EXPECT_EQ(4u, max_jet(siblings, satisfiedBy));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment