Skip to content

Commit

Permalink
revert validation change
Browse files Browse the repository at this point in the history
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
  • Loading branch information
nitbharambe committed Jul 11, 2024
1 parent 8c2ad36 commit 7007f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp_validation_tests/test_validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ TEST_CASE("Check existence of validation data path") {
}

namespace {
constexpr bool should_skip_test(CaseParam const& param) { return !param.fail; }
constexpr bool should_skip_test(CaseParam const& param) { return param.fail; }

template <typename T>
requires std::invocable<std::remove_cvref_t<T>>
Expand Down

0 comments on commit 7007f8c

Please sign in to comment.