diff options
Diffstat (limited to 'test/other_tools/git_operations/git_config_run.test.cpp')
-rw-r--r-- | test/other_tools/git_operations/git_config_run.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other_tools/git_operations/git_config_run.test.cpp b/test/other_tools/git_operations/git_config_run.test.cpp index 8ffd744a..956b8926 100644 --- a/test/other_tools/git_operations/git_config_run.test.cpp +++ b/test/other_tools/git_operations/git_config_run.test.cpp @@ -45,7 +45,7 @@ auto main(int argc, char* argv[]) -> int { ConfigureLogging(); // start a git context, needed to read in the config file - GitContext context{}; + GitContext::Create(); // handle args if (argc < 3) { |