aboutsummaryrefslogtreecommitdiff
path: root/src/test/main.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-20 18:09:06 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-20 18:09:06 +0100
commitf0effabc7555c08bec9a4284baad8c4e1c61c110 (patch)
tree5a413dfbc9cb0c4e8dbeb64af3281cb8c400cc20 /src/test/main.cpp
parenta67c52325bc8cbd264293b9dcc217fc07bfbaf57 (diff)
clean up CollisionTest
Diffstat (limited to 'src/test/main.cpp')
-rw-r--r--src/test/main.cpp2
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();
}