Skip to content

Commit

Permalink
fix sonar cloud
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
  • Loading branch information
mgovers committed Dec 16, 2024
1 parent 981d866 commit 55b779c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/cpp_validation_tests/test_validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ class UnsupportedValidationCase : public PowerGridError {
}()} {}
};

class OptionalNotInitialized : public PowerGridError {
public:
OptionalNotInitialized(std::string const& object)
: PowerGridError{[&]() {
using namespace std::string_literals;
return "Optional "s + object + " object not initialized"s;
}()} {}
};

using nlohmann::json;

auto read_file(std::filesystem::path const& path) {
Expand Down

0 comments on commit 55b779c

Please sign in to comment.