diff options
Diffstat (limited to 'src/test')
-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 a54d239..241015d 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 = LogLevel::ERROR; + cfg.log.level = Log::Level::ERROR; return RUN_ALL_TESTS(); } |