Skip to content

Commit

Permalink
Typo in test checker
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Mar 3, 2024
1 parent 39b022a commit 0520d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/catch_tests.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class testRunListener : public Catch::EventListenerBase {

void testRunStarting(Catch::TestRunInfo const&) override {
if (!std::filesystem::exists(FLUIDDATAPATH)){
throw std::invalid_argument("Tests must be run from the folder where this folder points to a valid location relative to current working diretory: " + FLUIDDATAPATH);
throw std::invalid_argument("Tests must be run from the folder where this folder points to a valid location relative to current working directory: " + FLUIDDATAPATH);
}
}
};
Expand Down

0 comments on commit 0520d92

Please sign in to comment.