diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-20 18:09:06 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-20 18:09:06 +0100 |
commit | f0effabc7555c08bec9a4284baad8c4e1c61c110 (patch) | |
tree | 5a413dfbc9cb0c4e8dbeb64af3281cb8c400cc20 /src/test/main.cpp | |
parent | a67c52325bc8cbd264293b9dcc217fc07bfbaf57 (diff) |
clean up CollisionTest
Diffstat (limited to 'src/test/main.cpp')
-rw-r--r-- | src/test/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/main.cpp b/src/test/main.cpp index 241015d..f792239 100644 --- a/src/test/main.cpp +++ b/src/test/main.cpp @@ -9,7 +9,7 @@ int main(int argc, char ** argv) { InitGoogleTest(&argc, argv); auto & cfg = Config::get_instance(); - cfg.log.level = Log::Level::ERROR; + cfg.log.level = Log::Level::INFO; return RUN_ALL_TESTS(); } |