Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/hotfix-detector-test' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipFackler committed Nov 11, 2021
2 parents 81f2636 + 45a2047 commit fc76007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittest_Detectors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ TEMPLATE_LIST_TEST_CASE(
typename PD::template BoolVec<Region<TestType, 2>> res;
K_REQUIRE(md.refine(r1, res), fl);
K_REQUIRE(md.refine(r2, res), fl);
K_REQUIRE(md.refine(r3, res), fl);
K_REQUIRE(!md.refine(r3, res), fl);

K_REQUIRE(md.select(r1), fl);
K_REQUIRE(md.select(r2), fl);
Expand Down

0 comments on commit fc76007

Please sign in to comment.