Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
boehmseb committed Nov 9, 2023
1 parent 8e4b1dc commit 5197c1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions unittests/Solver/ConfigurationFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ TEST(ConfigurationFactory, GetAllConfigurations2) {
}

TEST(ConfigurationFactory, GetAllConfigurations3) {
auto FM = feature::loadFeatureModel(
getTestResource("test_msmr.xml"));
auto FM = feature::loadFeatureModel(getTestResource("test_msmr.xml"));
auto ConfigResult = ConfigurationFactory::getAllConfigs(*FM);
EXPECT_TRUE(ConfigResult);
auto Configs = ConfigResult.extractValue();
Expand Down
2 changes: 1 addition & 1 deletion unittests/Solver/Z3Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#include "z3++.h"

#include "vara/Solver/ConfigurationFactory.h"
#include "vara/Feature/FeatureModelBuilder.h"
#include "vara/Solver/ConfigurationFactory.h"
#include "gtest/gtest.h"

namespace vara::solver {
Expand Down
2 changes: 1 addition & 1 deletion unittests/resources/xml/test_msmr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
<optional>True</optional>
</configurationOption>
</binaryOptions>
</vm>
</vm>

0 comments on commit 5197c1c

Please sign in to comment.