Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
  • Loading branch information
andistorm committed Nov 22, 2023
1 parent 23cc7d1 commit f16d138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SCENARIO("Check RuntimeSetting Constructor", "[!throws]") {
}
SCENARIO("Check Config Constructor", "[!throws]") {
std::string bin_dir = Everest::tests::get_bin_dir().string() + "/";
GIVEN("An config without modules") {
GIVEN("A config without modules") {
std::shared_ptr<Everest::RuntimeSettings> rs = std::make_shared<Everest::RuntimeSettings>(
Everest::RuntimeSettings(bin_dir + "empty_config/", bin_dir + "empty_config/config.yaml"));
Everest::Config config = Everest::Config(rs);
Expand Down

0 comments on commit f16d138

Please sign in to comment.